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 e6d3710 commit 1417a1dCopy full SHA for 1417a1d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
]
32
test: [all, simple, launch, spawn]
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- uses: actions/setup-python@v4
36
with:
37
python-version: 3.9
@@ -98,7 +98,7 @@ jobs:
98
lint:
99
runs-on: ubuntu-latest
100
101
102
103
104
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
release:
9
10
11
12
13
- uses: yyx990803/release-tag@master
14
env:
0 commit comments