Skip to content

Commit 98d426d

Browse files
committed
👷 Update actions/checkout GitHub Action to Version v6
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 540ab7b commit 98d426d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Use Node.js ${{ matrix.node_version }}
2424
uses: actions/setup-node@v6
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Set up Ruby
4545
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)