Skip to content

Commit 57afd43

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent e2c3c37 commit 57afd43

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8888

8989
- name: Install uv
9090
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6

0 commit comments

Comments
 (0)