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 96418ea commit 8d84ce5Copy full SHA for 8d84ce5
.github/workflows/build-publish.yaml
@@ -18,7 +18,7 @@ jobs:
18
TEST_CONTAINER_NAME: jbi-healthcheck
19
steps:
20
- name: Check out the repo
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
fetch-depth: 0 # Fetch everything (tags)
24
- name: Set tag version
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
run_lint:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- uses: actions/setup-python@v5
11
id: setup-python
12
@@ -23,7 +23,7 @@ jobs:
run_test:
25
26
27
28
29
0 commit comments