Skip to content

Commit b24e244

Browse files
build: Bump actions/checkout from 3.3.0 to 3.5.0 (#97)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc7478a commit b24e244

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@v3.3.0"
21+
- uses: "actions/checkout@v3.5.0"
2222

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

6363
steps:
64-
- uses: "actions/checkout@v3.3.0"
64+
- uses: "actions/checkout@v3.5.0"
6565

6666
- name: "Cache Docker layers"
6767
uses: "actions/cache@v3.2.6"

.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@v3.3.0"
30+
- uses: "actions/checkout@v3.5.0"
3131
with:
3232
ref: "main"
3333
token: "${{ steps.token.outputs.token }}"

0 commit comments

Comments
 (0)