diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2a8e3c7..344ca89 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 865705f..73fd31f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0