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 0fa1c6b commit 98897dfCopy full SHA for 98897df
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Clone Repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v2
@@ -47,7 +47,7 @@ jobs:
47
contents: write # needed for github actions bot to write to repo
48
49
50
- uses: actions/checkout@v3
51
with:
52
ref: ${{ github.ref }}
53
fetch-depth: 0
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments