Skip to content

Commit d3851d0

Browse files
authored
Merge pull request #79 from faucetsdn/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents aaa3554 + c0348f8 commit d3851d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: "release"
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Set up qemu
1818
uses: docker/setup-qemu-action@v3
1919
with:

.github/workflows/test.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 repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Set up qemu
1313
uses: docker/setup-qemu-action@v3
1414
with:

0 commit comments

Comments
 (0)