build(deps): bump the actions group with 5 updates (#985)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-16 15:39:13 +00:00 committed by GitHub
parent 1a7dc9107a
commit 6dd45eebf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- id: files - id: files
uses: tj-actions/changed-files@v42 uses: tj-actions/changed-files@v43
- uses: pre-commit/action@v3.0.1 - uses: pre-commit/action@v3.0.1
with: with:
extra_args: --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure extra_args: --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure

View File

@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
steps: steps:
- uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/nix-installer-action@v10
with: with:
diagnostic-endpoint: "" diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v3 - uses: DeterminateSystems/magic-nix-cache-action@v4
with: with:
diagnostic-endpoint: "" diagnostic-endpoint: ""
- name: Checkout code - name: Checkout code
@ -68,10 +68,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
steps: steps:
- uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/nix-installer-action@v10
with: with:
diagnostic-endpoint: "" diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v3 - uses: DeterminateSystems/magic-nix-cache-action@v4
with: with:
diagnostic-endpoint: "" diagnostic-endpoint: ""
- name: Checkout code - name: Checkout code

View File

@ -46,7 +46,7 @@ jobs:
run: make go-dependencies run: make go-dependencies
- name: Setup Bats and libs - name: Setup Bats and libs
uses: bats-core/bats-action@1.5.5 uses: bats-core/bats-action@1.5.6
with: with:
support-path: "${{ github.workspace }}/.bats/bats-support" support-path: "${{ github.workspace }}/.bats/bats-support"
assert-path: "${{ github.workspace }}/.bats/bats-assert" assert-path: "${{ github.workspace }}/.bats/bats-assert"

View File

@ -26,7 +26,7 @@ jobs:
- name: Prep - setup Bats and bats libs - name: Prep - setup Bats and bats libs
if: ${{ github.event.inputs.skipTests != 'true' }} if: ${{ github.event.inputs.skipTests != 'true' }}
uses: bats-core/bats-action@1.5.5 uses: bats-core/bats-action@1.5.6
with: with:
support-path: "${{ github.workspace }}/.bats/bats-support" support-path: "${{ github.workspace }}/.bats/bats-support"
assert-path: "${{ github.workspace }}/.bats/bats-assert" assert-path: "${{ github.workspace }}/.bats/bats-assert"

View File

@ -40,7 +40,7 @@ jobs:
echo "VERSION=$(cat VERSION.txt)" >> $GITHUB_ENV echo "VERSION=$(cat VERSION.txt)" >> $GITHUB_ENV
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{ env.VERSION }} tag_name: ${{ env.VERSION }}