File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
88
88
89
89
- name : Install uv
90
90
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
16
16
17
17
- name : Apt install
18
18
run : sudo apt-get update && sudo apt-get install -y libxmlsec1-dev
You can’t perform that action at this time.
0 commit comments