Skip to content

Commit 4df6dfc

Browse files
authored
Merge pull request #127 from Workable/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f620082 + e90366b commit 4df6dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_to_jfrog_and_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Check out the code from the repository
3131
- name: Checkout repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- uses: actions/setup-python@v4
3535
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
1818

1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)