Skip to content

Commit 92e965b

Browse files
chore(deps): update actions/checkout action to v6
1 parent 566c390 commit 92e965b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
name: 'Build and Test'
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Setup Ruby

0 commit comments

Comments
 (0)