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 4591b66 commit d87cf56Copy full SHA for d87cf56
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- "3.11"
20
- "3.12"
21
steps:
22
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
23
- name: Set up Python
24
uses: actions/setup-python@v5.1.1
25
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout
13
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.0
14
- name: Create Release
15
uses: actions/create-release@v1.1.4
16
env:
0 commit comments