Skip to content

Commit d2e2aa2

Browse files
Bump actions/checkout from 4.2.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ed4131 commit d2e2aa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
dialyzer:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4.2.2
7+
- uses: actions/checkout@v6.0.2
88

99
- id: beam
1010
uses: erlef/setup-beam@v1.18.2
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@v4.2.2
55+
- uses: actions/checkout@v6.0.2
5656

5757
- id: beam
5858
uses: erlef/setup-beam@v1.18.2

0 commit comments

Comments
 (0)