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 aca6938 commit 4501645Copy full SHA for 4501645
.github/workflows/build-publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
IMAGE: jbi
26
steps:
27
- name: Check out the repo
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 0 # Fetch everything (tags)
31
fetch-tags: true
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
run_lint:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: actions/setup-python@v5
11
id: setup-python
12
@@ -23,7 +23,7 @@ jobs:
23
run_test:
24
0 commit comments