@@ -32,14 +32,14 @@ jobs:
32
32
contents : read # to fetch code (actions/checkout)
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
37
37
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
38
38
with :
39
39
path : /tmp/debian-versions-generator-cache.csv
40
40
key : ${{ runner.os }}-
41
41
42
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
43
with :
44
44
persist-credentials : false
45
45
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -64,10 +64,10 @@ jobs:
64
64
contents : read # to fetch code (actions/checkout)
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
67
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68
68
with :
69
69
persist-credentials : false
70
- - uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2.30.4
70
+ - uses : shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # 2.31.0
71
71
with :
72
72
php-version : " 8.2"
73
73
extensions : zip
83
83
contents : read # to fetch code (actions/checkout)
84
84
runs-on : ubuntu-latest
85
85
steps :
86
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
86
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87
87
with :
88
88
persist-credentials : false
89
89
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -103,10 +103,10 @@ jobs:
103
103
contents : read # to fetch code (actions/checkout)
104
104
runs-on : ubuntu-latest
105
105
steps :
106
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
106
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
107
107
with :
108
108
persist-credentials : false
109
- - uses : ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
109
+ - uses : ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0
110
110
with :
111
111
ruby-version : " 3.1"
112
112
- name : setup dependencies
@@ -123,7 +123,7 @@ jobs:
123
123
contents : read # to fetch code (actions/checkout)
124
124
runs-on : ubuntu-latest
125
125
steps :
126
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
127
127
with :
128
128
persist-credentials : false
129
129
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
@@ -149,10 +149,10 @@ jobs:
149
149
contents : read # to fetch code (actions/checkout)
150
150
runs-on : ubuntu-latest
151
151
steps :
152
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
152
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
153
153
with :
154
154
persist-credentials : false
155
- - uses : r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02 # v2.8.7
155
+ - uses : r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.9.0
156
156
with :
157
157
r-version : " 3.5.3"
158
158
- run : Rscript scripts/generators/generate-cran-versions.R
@@ -175,10 +175,10 @@ jobs:
175
175
- generate-cran-versions
176
176
if : always()
177
177
steps :
178
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
178
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
179
179
with :
180
180
persist-credentials : false
181
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
181
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
182
182
with :
183
183
go-version-file : .go-version
184
184
cache : true
0 commit comments