Skip to content

Commit 2901e24

Browse files
authored
Merge pull request #34 from fablabbcn/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 720187b + 65cb6af commit 2901e24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.11"]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v6
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:

.github/workflows/python-multiple-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1919
python-version: ["3.9", "3.10", "3.11"]
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v6
2222
- name: Set up Python
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v6
2525
- name: Set up Python
2626
uses: actions/setup-python@v6
2727
with:

0 commit comments

Comments
 (0)