File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
name : Check for required changelogs
9
9
if : ${{ !contains(github.event.head_commit.author, 'renovate') }}
10
10
steps :
11
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
12
12
with :
13
13
fetch-depth : 0 # fetch all history
14
14
50
50
- 5432:5432
51
51
52
52
steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
54
54
with :
55
55
fetch-depth : 0 # fetch all history
56
56
84
84
runs-on : ubuntu-24.04
85
85
if : startsWith(github.ref, 'refs/tags/')
86
86
steps :
87
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
88
88
89
89
- name : Install uv
90
90
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
You can’t perform that action at this time.
0 commit comments