Skip to content

Commit 738dcf8

Browse files
dependabot[bot]gilbertwong96
authored andcommitted
ci: bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3555e6 commit 738dcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 20
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333

3434
- name: Set up Elixir
3535
uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)