File tree 11 files changed +36
-36
lines changed
11 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Check out code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v4.1.1
24
24
- name : Run make test
25
25
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
@@ -51,22 +51,22 @@ jobs:
51
51
fail-fast : false
52
52
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
53
53
steps :
54
- - uses : actions/checkout@v4
54
+ - uses : actions/checkout@v4.1.1
55
55
- name : Login to Docker Hub
56
- uses : docker/login-action@v2
56
+ uses : docker/login-action@v3
57
57
with :
58
58
username : ${{ secrets.DOCKER_USER }}
59
59
password : ${{ secrets.DOCKER_PASSWORD }}
60
60
- name : Login to GitHub Container Registry
61
- uses : docker/login-action@v2
61
+ uses : docker/login-action@v3
62
62
with :
63
63
registry : ghcr.io
64
64
username : ${{ github.actor }}
65
65
password : ${{ secrets.GITHUB_TOKEN }}
66
66
- name : Set up QEMU
67
- uses : docker/setup-qemu-action@v2
67
+ uses : docker/setup-qemu-action@v3
68
68
- name : Set up Docker Buildx
69
- uses : docker/setup-buildx-action@v2
69
+ uses : docker/setup-buildx-action@v3
70
70
- name : Build and push Docker images
71
71
run : |
72
72
BAKE_JSON=bakefiles/${{ matrix.r_version }}.docker-bake.json \
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
bakefile :
18
18
- devel.docker-bake.json
19
19
steps :
20
- - uses : actions/checkout@v4
21
- - uses : docker/login-action@v2
20
+ - uses : actions/checkout@v4.1.1
21
+ - uses : docker/login-action@v3
22
22
with :
23
23
username : ${{ secrets.DOCKER_USER }}
24
24
password : ${{ secrets.DOCKER_PASSWORD }}
25
25
- name : Set up QEMU
26
- uses : docker/setup-qemu-action@v2
26
+ uses : docker/setup-qemu-action@v3
27
27
- name : Set up Docker Buildx
28
- uses : docker/setup-buildx-action@v2
28
+ uses : docker/setup-buildx-action@v3
29
29
- name : Set up Docker Buildx
30
- uses : docker/setup-buildx-action@v2
30
+ uses : docker/setup-buildx-action@v3
31
31
- name : Build and push Docker images
32
32
run : |
33
33
BAKE_JSON=bakefiles/${{ matrix.bakefile }} BAKE_OPTION=--push\ --no-cache make bake-json-group
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
25
25
make setup
26
26
- name : Create Pull Request
27
27
id : cpr
28
- uses : peter-evans/create-pull-request@v5
28
+ uses : peter-evans/create-pull-request@v6
29
29
with :
30
30
commit-message : Automatic update of container definition files
31
31
author : github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Original file line number Diff line number Diff line change 32
32
outputs :
33
33
matrix : ${{ steps.set-matrix.outputs.matrix }}
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v4.1.1
36
36
- id : set-matrix
37
37
run : |
38
38
JSON="build/matrix/latest.json"
@@ -54,22 +54,22 @@ jobs:
54
54
fail-fast : false
55
55
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix)}}
56
56
steps :
57
- - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v4.1.1
58
58
- name : Login to Docker Hub
59
- uses : docker/login-action@v2
59
+ uses : docker/login-action@v3
60
60
with :
61
61
username : ${{ secrets.DOCKER_USER }}
62
62
password : ${{ secrets.DOCKER_PASSWORD }}
63
63
- name : Login to GitHub Container Registry
64
- uses : docker/login-action@v2
64
+ uses : docker/login-action@v3
65
65
with :
66
66
registry : ghcr.io
67
67
username : ${{ github.actor }}
68
68
password : ${{ secrets.GITHUB_TOKEN }}
69
69
- name : Set up QEMU
70
70
uses : docker/setup-qemu-action@v2
71
71
- name : Set up Docker Buildx
72
- uses : docker/setup-buildx-action@v2
72
+ uses : docker/setup-buildx-action@v3
73
73
- name : Build and push Docker images
74
74
run : |
75
75
BAKE_JSON=bakefiles/${{ matrix.r_version }}.extra.docker-bake.json \
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
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
23
23
- name : Lint Code Base
24
- uses : github/super-linter@v5
24
+ uses : github/super-linter@v6
25
25
env :
26
26
VALIDATE_ALL_CODEBASE : false
27
27
DEFAULT_BRANCH : master
Original file line number Diff line number Diff line change 29
29
platforms :
30
30
- linux/amd64
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v4.1.1
33
33
- name : Set up Docker Buildx
34
- uses : docker/setup-buildx-action@v2
34
+ uses : docker/setup-buildx-action@v3
35
35
- name : Expose GitHub Runtime
36
36
uses : crazy-max/ghaction-github-runtime@v3
37
37
- name : test build
72
72
- install_shiny_server.sh
73
73
- install_geospatial.sh
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v4.1.1
76
76
- name : Set up Docker Buildx
77
- uses : docker/setup-buildx-action@v2
77
+ uses : docker/setup-buildx-action@v3
78
78
- name : Expose GitHub Runtime
79
79
uses : crazy-max/ghaction-github-runtime@v3
80
80
- name : test build
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_MAIN="$(jq -r 'tostring' build/matrix/all.json)"
47
47
fail-fast : false
48
48
matrix : ${{fromJson(needs.generate_matrix.outputs.matrix-main)}}
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v4.1.1
51
51
- name : Clean up
52
52
run : |
53
53
docker image prune --all --force
@@ -102,12 +102,12 @@ jobs:
102
102
image : rocker/tidyverse:latest
103
103
steps :
104
104
- name : Checkout main
105
- uses : actions/checkout@v4
105
+ uses : actions/checkout@v4.1.1
106
106
- name : Set as safe for following git commands
107
107
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
108
108
- name : Checkout wiki
109
109
if : github.event_name != 'pull_request'
110
- uses : actions/checkout@v4
110
+ uses : actions/checkout@v4.1.1
111
111
with :
112
112
repository : " ${{ github.repository }}.wiki"
113
113
path : reports
@@ -128,7 +128,7 @@ jobs:
128
128
path : reports
129
129
- name : Update wiki
130
130
if : github.event_name != 'pull_request'
131
- uses : stefanzweifel/git-auto-commit-action@v4
131
+ uses : stefanzweifel/git-auto-commit-action@v5
132
132
with :
133
133
commit_message : Automated update
134
134
repository : 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
- uses : docker/setup-buildx-action@v2
42
+ uses : docker/setup-buildx-action@v3
43
43
- name : Prepare build
44
44
id : prep
45
45
run : |
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