Skip to content

Commit 7be5912

Browse files
Update actions/checkout action to v5
1 parent 2124a4b commit 7be5912

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
targets: ${{ steps.update-targets.outputs.targets }}
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: "${{ github.base_ref }}"
1919
- name: Setup Prebuilt-MPR APT repository
@@ -48,7 +48,7 @@ jobs:
4848
remove-codeql: 'true'
4949
remove-docker-images: 'true'
5050
- name: Checkout repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
path: pkg
5454
- name: Set up QEMU

.github/workflows/check-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Setup Prebuilt-MPR APT repository
1919
uses: makedeb/setup-makedeb@main
2020
with:

.github/workflows/trigger-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Setup Prebuilt-MPR APT repository
1616
uses: makedeb/setup-makedeb@main
1717
with:

0 commit comments

Comments
 (0)