diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9134d67..f2cd494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: name: AOT pack (${{ matrix.rid }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: git tag --list shell: bash - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x @@ -98,7 +98,7 @@ jobs: issues: write # release-notes tool creates labels for release note categories steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -107,7 +107,7 @@ jobs: echo exit code $? git tag --list - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x source-url: https://nuget.pkg.github.com/editorconfig/index.json diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index a13792d..505646b 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -16,7 +16,7 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0 @@ -25,7 +25,7 @@ jobs: echo exit code $? git tag --list - - uses: actions/setup-dotnet@v5 # v4.3.1 + - uses: actions/setup-dotnet@v6 # v4.3.1 with: dotnet-version: 10.0.x @@ -48,7 +48,7 @@ jobs: windows: runs-on: windows-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0 @@ -57,7 +57,7 @@ jobs: echo exit code $? git tag --list - - uses: actions/setup-dotnet@v5 # v4.3.1 + - uses: actions/setup-dotnet@v6 # v4.3.1 with: dotnet-version: 10.0.x