File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout the source code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Run the custom linter
23
23
run : ./lint.sh
@@ -36,13 +36,13 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout the source code
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
41
41
- name : Build the Docker image
42
42
run : docker build -t ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest ${{ matrix.image }}/
43
43
44
44
- name : Authenticate with GitHub Container Registry
45
- uses : docker/login-action@v1
45
+ uses : docker/login-action@v2
46
46
with :
47
47
registry : ghcr.io
48
48
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments