Skip to content

Commit 86e69ed

Browse files
chore(deps): update actions/checkout action to v5.0.1
1 parent 3661b8e commit 86e69ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
33+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)