Skip to content

Commit 4723870

Browse files
authored
Merge pull request #4 from python-project-templates/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 60ba799 + 6e08d0a commit 4723870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: [16.x]
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python-version }}
4141
uses: actions/setup-python@v5

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [16.x]
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)