Skip to content

Commit 2d2c8c7

Browse files
ci(tools): update build tools to v7
1 parent 771a596 commit 2d2c8c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permission-contents: write
2525

2626
- name: Checkout source
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
token: ${{ steps.token.outputs.token }}
3030

.github/workflows/general.yml

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

2121
steps:
2222
- name: Checkout source
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Setup ruby
2626
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)