Skip to content

Commit c3b8914

Browse files
authored
Merge pull request #408 from pythonspeed/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 456e0c1 + 11f3d15 commit c3b8914

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PYTHONFAULTHANDLER: "true"
2626

2727
steps:
28-
- uses: "actions/checkout@v2"
28+
- uses: "actions/checkout@v3"
2929
with:
3030
# We need tags to get the correct code version:
3131
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PYTHONFAULTHANDLER: "true"
3333

3434
steps:
35-
- uses: "actions/checkout@v2"
35+
- uses: "actions/checkout@v3"
3636
with:
3737
# We need tags to get the correct code version:
3838
fetch-depth: 0
@@ -125,7 +125,7 @@ jobs:
125125
name: "Documentation check and publish"
126126
runs-on: "ubuntu-latest"
127127
steps:
128-
- uses: "actions/checkout@v2"
128+
- uses: "actions/checkout@v3"
129129
- name: "Run mdbook"
130130
run: |
131131
set -euo pipefail

0 commit comments

Comments
 (0)