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 bac52df commit bd7ce10Copy full SHA for bd7ce10
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
pre-commit:
12
runs-on: ubuntu-20.04
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
16
with:
17
python-version: '3.x'
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- os: "rockylinux8"
41
42
- name: checkout
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
45
path: "${{ github.repository }}"
46
0 commit comments