Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 4 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 4f5dcb9 commit 000ffac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RUSTC_WRAPPER: "sccache"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 000ffac

Please sign in to comment.