Skip to content

Commit 62ce82f

Browse files
chore(deps): update actions/checkout digest to 93cb6ef
1 parent ba66375 commit 62ce82f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Check for required changelogs
99
if: ${{ !contains(github.event.head_commit.author, 'renovate') }}
1010
steps:
11-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212
with:
1313
fetch-depth: 0 # fetch all history
1414

@@ -50,7 +50,7 @@ jobs:
5050
- 5432:5432
5151

5252
steps:
53-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454
with:
5555
fetch-depth: 0 # fetch all history
5656

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-24.04
8585
if: startsWith(github.ref, 'refs/tags/')
8686
steps:
87-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
87+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8888

8989
- name: Install uv
9090
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7

0 commit comments

Comments
 (0)