Commit 77cc590 1 parent 8a91d80 commit 77cc590 Copy full SHA for 77cc590
File tree 11 files changed +19
-19
lines changed
11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out code
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v4.1.1
21
21
- name : Run make test
22
22
run : make test
Original file line number Diff line number Diff line change 26
26
outputs :
27
27
matrix : ${{ steps.set-matrix.outputs.matrix }}
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v4.1.1
30
30
- id : set-json
31
31
run : |
32
32
JSON=build/matrix/latest.json
48
48
fail-fast : false
49
49
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v4.1.1
52
52
- name : Login to Docker Hub
53
53
uses : docker/login-action@v3
54
54
with :
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
bakefile : [devel.docker-bake.json, core-latest-daily.docker-bake.json]
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v4.1.1
20
20
- uses : docker/login-action@v3
21
21
with :
22
22
username : ${{ secrets.DOCKER_USER }}
Original file line number Diff line number Diff line change 12
12
container :
13
13
image : rocker/tidyverse:latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v4.1.1
16
16
- name : Set as safe for following git commands
17
17
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
18
18
- name : install packages
Original file line number Diff line number Diff line change 15
15
outputs :
16
16
matrix : ${{ steps.set-matrix.outputs.matrix }}
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v4.1.1
19
19
- id : set-matrix
20
20
run : |
21
21
CONTENT=$(jq '{ group: [.group[] | keys[] | select(. != "default")] } | tostring' -r bakefiles/extra.docker-bake.json)
29
29
fail-fast : false
30
30
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v4.1.1
33
33
- name : Login to Docker Hub
34
34
uses : docker/login-action@v3
35
35
with :
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout Code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v4.1.1
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 28
28
platforms :
29
29
- linux/amd64
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v4.1.1
32
32
- name : Set up Docker Buildx
33
33
uses : docker/setup-buildx-action@v3
34
34
- name : Expose GitHub Runtime
70
70
- install_shiny_server.sh
71
71
- install_geospatial.sh
72
72
steps :
73
- - uses : actions/checkout@v4
73
+ - uses : actions/checkout@v4.1.1
74
74
- name : Set up Docker Buildx
75
75
uses : docker/setup-buildx-action@v3
76
76
- name : Expose GitHub Runtime
Original file line number Diff line number Diff line change 13
13
outputs :
14
14
tag : ${{ steps.tag-version.outputs.new_tag }}
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v4.1.1
17
17
18
18
- id : set-version
19
19
run : |
34
34
needs : create_tag
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v4.1.1
38
38
- name : Create Release
39
39
uses : ncipollo/release-action@v1
40
40
with :
Original file line number Diff line number Diff line change 31
31
outputs :
32
32
matrix : ${{ steps.set-matrix.outputs.matrix }}
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- id : set-matrix
36
36
run : |
37
37
CONTENT=$(jq -r '.r_version += ["extra"] | tostring' build/matrix/all.json)
45
45
fail-fast : false
46
46
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v4.1.1
49
49
- name : Clean up
50
50
run : |
51
51
docker image prune --all --force
@@ -72,12 +72,12 @@ jobs:
72
72
image : rocker/tidyverse:latest
73
73
steps :
74
74
- name : Checkout main
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v4.1.1
76
76
- name : Set as safe for following git commands
77
77
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
78
78
- name : Checkout wiki
79
79
if : github.event_name != 'pull_request'
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v4.1.1
81
81
with :
82
82
repository : " ${{ github.repository }}.wiki"
83
83
path : reports
Original file line number Diff line number Diff line change 23
23
outputs :
24
24
matrix : ${{ steps.set-matrix.outputs.matrix }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v4.1.1
27
27
- id : set-matrix
28
28
run : |
29
29
CONTENT=$(jq 'tostring' -r tests/rocker_scripts/matrix.json)
37
37
fail-fast : false
38
38
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v4.1.1
41
41
- name : Set up Docker Buildx
42
42
uses : docker/setup-buildx-action@v3
43
43
- name : Prepare build
Original file line number Diff line number Diff line change 17
17
image : rocker/r-ver
18
18
steps :
19
19
- name : Checkout repo
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v4.1.1
21
21
with :
22
22
fetch-depth : 0
23
23
- name : build
You can’t perform that action at this time.
0 commit comments