Skip to content

Commit 04a41dd

Browse files
authored
Merge pull request #70 from Gepetto/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 776190d + 55c5d3e commit 04a41dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: pipx install poetry
1414
- uses: actions/setup-python@v4
1515
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python 3.10
1919
uses: actions/setup-python@v4
2020
with:

0 commit comments

Comments
 (0)