We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6039522 commit 1205ab5Copy full SHA for 1205ab5
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: actions/setup-python@v6
16
with:
17
python-version: "3.14"
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
- name: Clone repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Setup Python environment
20
uses: actions/setup-python@v6
0 commit comments