From c0bcf3ff4d6375297b3732fccc0bf29b7224a5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:55:43 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/cleanup.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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