We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9e5b8 commit 9c2b2ceCopy full SHA for 9c2b2ce
.github/workflows/dockerhub.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
27
with:
28
fetch-depth: 0
29
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
base_docker_image: [alpine, debian]
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
0 commit comments