diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e4215..3c8e9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Install Node uses: actions/setup-node@v4.4.0 @@ -59,7 +59,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Build version suffix (main) if: github.event_name == 'push' @@ -146,7 +146,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0 @@ -155,7 +155,7 @@ jobs: nuget_auth_token: ${{ secrets.GITHUB_TOKEN }} - name: Download nupkg - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: name: nupkg path: .nuget @@ -223,7 +223,7 @@ jobs: steps: - name: Download nupkg - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: name: nupkg diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 0fe6418..07209e1 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Get project version id: project diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5463761..0fe9e7a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17225bd..57f14bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0