diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cfb4f4f7..f792b3bb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository id: checkout_repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install .NET 9 uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9f70a8bf..f3d1b2b4 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -10,7 +10,7 @@ jobs: VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup .NET Core uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8722e41..8673197d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET 9 SDK uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/repro-bug.yml b/.github/workflows/repro-bug.yml index b116ee75..fed5f18e 100644 --- a/.github/workflows/repro-bug.yml +++ b/.github/workflows/repro-bug.yml @@ -125,7 +125,7 @@ jobs: core.setOutput('issue_number', String(issueNumber)); - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ steps.target.outputs.checkout_ref }}