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 6482b58 commit 878d591Copy full SHA for 878d591
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
os: ['macos-latest', 'ubuntu-latest']
17
python: ['3.9', '3.10', '3.11']
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
21
- name: Set up Python ${{ matrix.python }}
22
uses: actions/setup-python@v6
@@ -43,7 +43,7 @@ jobs:
43
name: Build Container Image
44
runs-on: ubuntu-latest
45
46
47
48
- name: Write version vars
49
id: version-vars
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
private-key: ${{ secrets.CI_PRIVATE_KEY }}
26
27
- name: Checkout
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
with:
30
fetch-depth: 0
31
token: ${{ steps.app-token.outputs.token }}
0 commit comments