diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4686eab..dbd1a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Install Node uses: actions/setup-node@v4.0.2 @@ -50,7 +50,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Build version suffix (main) if: github.event_name == 'push' @@ -122,7 +122,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0 @@ -131,7 +131,7 @@ jobs: nuget_auth_token: ${{ secrets.GITHUB_TOKEN }} - name: Download nupkg - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: nupkg path: .nuget @@ -199,7 +199,7 @@ jobs: steps: - name: Download nupkg - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: nupkg diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 42358ef..45673a6 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.1.3 + uses: actions/checkout@v4.1.4 - name: Get project version id: project diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eadb20d..12ea28b 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.1.3 + uses: actions/checkout@v4.1.4 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f832d7..3db437a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Check out repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0