We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203b467 commit b40ada2Copy full SHA for b40ada2
.github/workflows/build_and_publish.yml
@@ -19,7 +19,7 @@ jobs:
19
packages: write
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
- name: Log in to the Container registry
25
uses: docker/login-action@v2
.github/workflows/checks.yml
@@ -8,7 +8,7 @@ jobs:
8
linting:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: actions/setup-python@v4
13
with:
14
python-version: 3.11
0 commit comments