File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
-
16
16
name : Docker meta
17
17
id : meta
18
- uses : docker/metadata-action@v3
18
+ uses : docker/metadata-action@v4
19
19
with :
20
20
images : |
21
21
ghcr.io/enchant97/note-mark
@@ -26,14 +26,14 @@ jobs:
26
26
type=semver,pattern={{version}}
27
27
-
28
28
name : Set up QEMU
29
- uses : docker/setup-qemu-action@v1
29
+ uses : docker/setup-qemu-action@v2
30
30
-
31
31
name : Set up Docker Buildx
32
- uses : docker/setup-buildx-action@v1
32
+ uses : docker/setup-buildx-action@v2
33
33
-
34
34
name : Login to GitHub Container Registry
35
35
if : github.event_name != 'pull_request'
36
- uses : docker/login-action@v1
36
+ uses : docker/login-action@v2
37
37
with :
38
38
registry : ghcr.io
39
39
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Set up Python 3.x
18
- uses : actions/setup-python@v2
17
+ - name : Set up Python 3.10
18
+ uses : actions/setup-python@v4
19
19
with :
20
- python-version : 3.x
20
+ python-version : " 3.10 "
21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments