Skip to content

Commit 2993d32

Browse files
build(deps): bump actions/checkout from 2.4.0 to 3.0.2 (#70)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea26330 commit 2993d32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.4.0
13+
uses: actions/checkout@v3.0.2
1414
with:
1515
persist-credentials: false
1616

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
override: true
2626
components: rustfmt, clippy
2727

28-
- uses: actions/checkout@v2.4.0
28+
- uses: actions/checkout@v3.0.2
2929

3030
- name: Format
3131
uses: actions-rs/[email protected]
@@ -96,7 +96,7 @@ jobs:
9696
launchctl unload -w ${SL}/LaunchAgents/${PL}.plist
9797
sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist
9898
99-
- uses: actions/checkout@v2.4.0
99+
- uses: actions/checkout@v3.0.2
100100

101101
- uses: actions-rs/[email protected]
102102
id: toolchain

0 commit comments

Comments
 (0)