Skip to content

Commit eb99ebd

Browse files
Update actions/checkout action to v7
1 parent e59c9d2 commit eb99ebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212

1313
- name: Set up QEMU
1414
uses: docker/setup-qemu-action@v4

.github/workflows/validate.yml

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

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
fetch-depth: '0'
1717

0 commit comments

Comments
 (0)