Skip to content

Commit 9655ab4

Browse files
Merge pull request #16 from secondlife/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b703873 + 55e30dd commit 9655ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run benchmarks
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- uses: actions/setup-python@v4
2020
with:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
PYTHON: ${{ matrix.python-version }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
2424

0 commit comments

Comments
 (0)