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 581a620 commit 2535cc9Copy full SHA for 2535cc9
.github/workflows/ci.yaml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Building Collection scripts
14
run: make build
.github/workflows/docs.yaml
@@ -10,7 +10,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
- uses: actions/setup-python@v4
15
with:
16
python-version: "3.10"
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ jobs:
8
0 commit comments