Skip to content

Commit 544847c

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd860af commit 544847c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
otp: ["26", "27"]
2323

2424
steps:
25-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626
with:
2727
fetch-depth: 0
2828
token: ${{secrets.GITHUB_TOKEN}}
@@ -78,7 +78,7 @@ jobs:
7878
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false
7979
runs-on: ubuntu-24.04
8080
steps:
81-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
81+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8282
with:
8383
fetch-depth: 0
8484
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)