Skip to content

Commit dc045c0

Browse files
committed
Update GitHub Action workflows to actions/checkout@v6 (master)
1 parent 25d9629 commit dc045c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 20
3636
steps:
3737
- name: git checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
- name: Install dependencies
4141
run: |

.github/workflows/verify-bundled-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: git checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Detect changed files
2626
uses: dorny/paths-filter@v3

0 commit comments

Comments
 (0)