diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 13e4de9b..1b8fd754 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@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL id: init_codeql diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index c00e3a59..f1217a5a 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@v4 + - uses: actions/checkout@v5 - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3b944caa..094bd71a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup .NET 9 SDK uses: actions/setup-dotnet@v4