Skip to content

Commit c6d161c

Browse files
build: Bump actions/checkout from 2.4.0 to 3.0.2 (#42)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fcfe63 commit c6d161c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919

2020
steps:
21-
- uses: "actions/checkout@v2.4.0"
21+
- uses: "actions/checkout@v3.0.2"
2222

2323
- name: "Cache Docker layers"
2424
uses: "actions/cache@v2.1.7"
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: "ubuntu-latest"
6262

6363
steps:
64-
- uses: "actions/checkout@v2.4.0"
64+
- uses: "actions/checkout@v3.0.2"
6565

6666
- name: "Cache Docker layers"
6767
uses: "actions/cache@v2.1.7"

.github/workflows/release_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
app_id: "${{ secrets.BADABUMP_APP_ID }}"
2828
private_key: "${{ secrets.BADABUMP_APP_PRIVATE_KEY }}"
2929

30-
- uses: "actions/checkout@v2.4.0"
30+
- uses: "actions/checkout@v3.0.2"
3131
with:
3232
ref: "master"
3333
token: "${{ steps.token.outputs.token }}"

0 commit comments

Comments
 (0)