39
39
idris-version : ["v0.5.1", "v0.6.0", "latest"]
40
40
steps :
41
41
- name : Checkout Repo
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
# mainly just for caching purposes - makes it faster to build later on
45
45
- name : Build
60
60
TAG : ghcr.io/${{ github.repository }}/base:${{ matrix.idris-version }}
61
61
steps :
62
62
- name : Checkout Repo
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
65
65
# mainly just for caching purposes - makes it faster to build later on
66
66
- name : Build
85
85
TAG : ghcr.io/${{ github.repository }}/base:${{ matrix.idris-version }}
86
86
steps :
87
87
- name : Checkout Repo
88
- uses : actions/checkout@v3
88
+ uses : actions/checkout@v4
89
89
90
90
# mainly just for caching purposes - makes it faster to build later on
91
91
- name : Build
@@ -110,7 +110,7 @@ jobs:
110
110
idris-version : ["v0.5.1", "v0.6.0", "latest"]
111
111
steps :
112
112
- name : Checkout Repo
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
115
115
- name : Deploy
116
116
if : github.event_name == 'schedule' || github.event_name == 'push'
@@ -141,7 +141,7 @@ jobs:
141
141
TAG : ghcr.io/${{ github.repository }}/devcontainer:${{ matrix.idris-version }}
142
142
steps :
143
143
- name : Checkout Repo
144
- uses : actions/checkout@v3
144
+ uses : actions/checkout@v4
145
145
146
146
- name : Build
147
147
uses : ./.github/actions/build-image
@@ -187,7 +187,7 @@ jobs:
187
187
lsp-version : " idris2-0.6.0"
188
188
steps :
189
189
- name : Checkout Repo
190
- uses : actions/checkout@v3
190
+ uses : actions/checkout@v4
191
191
192
192
- name : Deploy
193
193
if : github.event_name == 'push' || github.event_name == 'schedule'
@@ -218,7 +218,7 @@ jobs:
218
218
TAG : ghcr.io/${{ github.repository }}/${{ matrix.dockerfile }}:${{ matrix.idris-version }}
219
219
steps :
220
220
- name : Checkout Repo
221
- uses : actions/checkout@v3
221
+ uses : actions/checkout@v4
222
222
223
223
- name : Build
224
224
uses : ./.github/actions/build-image
@@ -259,7 +259,7 @@ jobs:
259
259
dockerfile : [ubuntu, debian]
260
260
steps :
261
261
- name : Checkout Repo
262
- uses : actions/checkout@v3
262
+ uses : actions/checkout@v4
263
263
264
264
- name : Deploy
265
265
if : github.event_name == 'schedule' || github.event_name == 'push'
0 commit comments