Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Manges <[email protected]>
  • Loading branch information
renovate[bot] and dan-manges authored Feb 5, 2024
1 parent 0048f68 commit 03a6565
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test that build passes & updated dist/index.js is checked in
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
Expand All @@ -19,7 +19,7 @@ jobs:
test_default_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
with:
access-token: ${{ secrets.RWX_ACCESS_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.base_ref == 'v1' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-abq",
"version": "1.0.14",
"version": "1.0.15",
"private": true,
"description": "This action installs the abq binary.",
"main": "dist/index.js",
Expand Down

0 comments on commit 03a6565

Please sign in to comment.