Skip to content

Commit cb2e3c8

Browse files
chore(deps): update actions/checkout action to v5.0.1
1 parent ae81197 commit cb2e3c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false
@@ -75,7 +75,7 @@ jobs:
7575

7676
# do a second checkout to prevent race situation
7777
# changelog gets updated but action works on old commit id
78-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
78+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979
with:
8080
ref: main
8181

0 commit comments

Comments
 (0)