Skip to content

Commit 07aa44e

Browse files
authored
Merge pull request #128 from Shopify/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 3.6.0 to 4.2.2
2 parents eebc55c + ade4fca commit 07aa44e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Add rustfmt and clippy
1818
run: rustup component add rustfmt clippy
1919
- name: Run cargo fmt
@@ -26,13 +26,13 @@ jobs:
2626
test:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: Run tests
3131
run: cargo test
3232

3333
build:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737
- name: Build
3838
run: cargo build --release

0 commit comments

Comments
 (0)