We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c34867 commit 4fdb86cCopy full SHA for 4fdb86c
2 files changed
.github/workflows/ci.yaml
@@ -15,10 +15,10 @@ jobs:
15
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
- name: Use Python 3.9
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: "3.9"
24
.github/workflows/publish.yaml
@@ -14,12 +14,12 @@ jobs:
14
ref: ${{ github.event.release.target_commitish }}
25
0 commit comments