We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a2d89 commit a818448Copy full SHA for a818448
.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