Skip to content

Commit 63f7711

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7dc482 commit 63f7711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@v6.0.0
14+
uses: actions/checkout@v6.0.1
1515
- name: Python setup
1616
uses: actions/setup-python@v6
1717
with:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout main
15-
uses: actions/checkout@v6.0.0
15+
uses: actions/checkout@v6.0.1
1616
- name: Python setup
1717
uses: actions/setup-python@v6
1818
with:

0 commit comments

Comments
 (0)