From 6dd45eebf0310eb137cb12875f17a2d277766044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:39:13 +0000 Subject: [PATCH] build(deps): bump the actions group with 5 updates (#985) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com> --- .github/workflows/auto-codespell.yml | 2 +- .github/workflows/auto-gen-docs.yaml | 8 ++++---- .github/workflows/auto-tests-bats.yaml | 2 +- .github/workflows/release-nightly.yaml | 2 +- .github/workflows/release.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-codespell.yml b/.github/workflows/auto-codespell.yml index e00dcd485..16cc8ea24 100644 --- a/.github/workflows/auto-codespell.yml +++ b/.github/workflows/auto-codespell.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v43 - uses: pre-commit/action@v3.0.1 with: extra_args: --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure diff --git a/.github/workflows/auto-gen-docs.yaml b/.github/workflows/auto-gen-docs.yaml index 4b97c4532..2499f1a2f 100644 --- a/.github/workflows/auto-gen-docs.yaml +++ b/.github/workflows/auto-gen-docs.yaml @@ -33,10 +33,10 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') steps: - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v10 with: diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v3 + - uses: DeterminateSystems/magic-nix-cache-action@v4 with: diagnostic-endpoint: "" - name: Checkout code @@ -68,10 +68,10 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') steps: - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v10 with: diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v3 + - uses: DeterminateSystems/magic-nix-cache-action@v4 with: diagnostic-endpoint: "" - name: Checkout code diff --git a/.github/workflows/auto-tests-bats.yaml b/.github/workflows/auto-tests-bats.yaml index 5c907aaf4..8e515e699 100644 --- a/.github/workflows/auto-tests-bats.yaml +++ b/.github/workflows/auto-tests-bats.yaml @@ -46,7 +46,7 @@ jobs: run: make go-dependencies - name: Setup Bats and libs - uses: bats-core/bats-action@1.5.5 + uses: bats-core/bats-action@1.5.6 with: support-path: "${{ github.workspace }}/.bats/bats-support" assert-path: "${{ github.workspace }}/.bats/bats-assert" diff --git a/.github/workflows/release-nightly.yaml b/.github/workflows/release-nightly.yaml index ebb9dc7e2..8cf08dd99 100644 --- a/.github/workflows/release-nightly.yaml +++ b/.github/workflows/release-nightly.yaml @@ -26,7 +26,7 @@ jobs: - name: Prep - setup Bats and bats libs if: ${{ github.event.inputs.skipTests != 'true' }} - uses: bats-core/bats-action@1.5.5 + uses: bats-core/bats-action@1.5.6 with: support-path: "${{ github.workspace }}/.bats/bats-support" assert-path: "${{ github.workspace }}/.bats/bats-assert" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3dd8148fe..ec183ee1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: echo "VERSION=$(cat VERSION.txt)" >> $GITHUB_ENV - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.VERSION }}