Skip to content

Commit 97f909f

Browse files
ci(deps): bump actions/checkout from 6 to 7 (#251)
1 parent 777dc25 commit 97f909f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autoupdate.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 repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Fetch latest Git release
1717
if: ${{ github.event.schedule == '0 18 14,28 * *' || github.event_name == 'workflow_dispatch' }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Extract version number
2525
id: tags

0 commit comments

Comments
 (0)