File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
markdown_links : ${{ steps.extract-fetch-links.outputs.markdown_links }}
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
26
26
- id : extract-fetch-links
27
27
name : Extract Fetch Links and Generate Markdown
42
42
fetch_link : ${{ fromJson(needs.parse-ca-fetch-links.outputs.fetch_links) }}
43
43
steps :
44
44
- name : Checkout Repository
45
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46
46
47
47
- name : Install Nix Package Manager
48
48
uses : cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31.5.2
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Checkout Repository
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72
72
73
73
- name : Clear Existing CA Files
74
74
run : rm -f nix/autofirma/truststore/prestadores/CAs-by-provider/*.json
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Repository
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
17
17
- name : Install Nix
18
18
uses : cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31.5.2
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
# Checks out the branch that triggered the workflow
21
21
ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 26
26
UPDATE_BRANCH : update/flake/${{ matrix.branch }}
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
with :
31
31
ref : ${{ matrix.branch }}
32
32
71
71
UPDATE_BRANCH : update/flake/release-${{ vars.NIXOS_OLDSTABLE_BRANCH }}
72
72
steps :
73
73
- name : Checkout repository
74
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
75
75
with :
76
76
ref : " release-${{ vars.NIXOS_OLDSTABLE_BRANCH }}"
77
77
You can’t perform that action at this time.
0 commit comments