Skip to content

Commit 0c25728

Browse files
chore(deps): update actions/checkout action to v6.0.2
1 parent f87044c commit 0c25728

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
81+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282
with:
8383
fetch-depth: 0
8484
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)