Skip to content

Commit 0fd8300

Browse files
authored
Merge pull request #150 from meshy/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e30bc66 + 06cb0eb commit 0fd8300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 5
2020
steps:
2121
- name: Clone code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v5

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
steps:
1111
- name: Clone code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

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

0 commit comments

Comments
 (0)