Skip to content

Commit 1e58738

Browse files
authored
Merge pull request #32 from nlesc-nano/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents d16c085 + 422b3ce commit 1e58738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v4

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: "3.11"
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040

4141
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
4242
uses: actions/setup-python@v4
@@ -82,7 +82,7 @@ jobs:
8282
Linting:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686

8787
- name: Set up Python on ubuntu-latest
8888
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)