Skip to content

Commit 0bc90a1

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#29)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' 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 b870ce4 commit 0bc90a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: googleapis/release-please-action@v4
2121
id: release
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
if: ${{ steps.release.outputs.release_created }}
2525

2626
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)