Skip to content

Commit 60cccd8

Browse files
authored
Merge pull request #76 from G-Research/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c49391f + 4fae91c commit 60cccd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: "${{ matrix.os }}"
3131
steps:
32-
- uses: "actions/checkout@v3"
32+
- uses: "actions/checkout@v4"
3333
with:
3434
# We need tags to get the correct code version:
3535
fetch-depth: 0
@@ -83,7 +83,7 @@ jobs:
8383
matrix:
8484
python-version: ["3.8", "3.9", "3.10", "3.11"]
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
- uses: actions/setup-python@v4
8888
with:
8989
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)