Commit 43935a8 1 parent a1c5330 commit 43935a8 Copy full SHA for 43935a8
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
outputs :
25
25
docker_needs_build : ${{ steps.filter.outputs.docker }}
26
26
steps :
27
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
- uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
29
29
id : filter
30
30
with :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
52
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
with :
54
54
ref : " ${{ github.event.pull_request.head.sha }}"
55
55
repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v4.2.2
48
48
with :
49
49
fetch-depth : 0
50
50
Original file line number Diff line number Diff line change 35
35
GIT_TAG : ${{ inputs.tag }}
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : Create download folder
41
41
run : mkdir -p build-${{ inputs.arch }}
Original file line number Diff line number Diff line change 13
13
runs-on : ${{ (inputs.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-latest' }}
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v4.2.2
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 26
26
GIT_TAG : ${{ inputs.tag }}
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Set up Docker Buildx
32
32
uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
You can’t perform that action at this time.
0 commit comments