Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ancient123 committed Sep 5, 2023
1 parent 8904b86 commit 0635e49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- name: Work around git issue after git CVE-2022-24765 fix.
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- uses: actions/download-artifact@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: espresso-systems-private
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- name: Work around git issue after git CVE-2022-24765 fix.
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: [self-hosted, X64]
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository
with:
path: wallet-checkout
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: [self-hosted, X64]
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository
with:
path: services-checkout
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: espresso-systems-private
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- name: Work around git issue after git CVE-2022-24765 fix.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Repository

- name: Initialize Nix Shell
Expand Down

0 comments on commit 0635e49

Please sign in to comment.