Skip to content

Commit 23cf408

Browse files
Update all dependencies
1 parent 2124a4b commit 23cf408

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-pkg.yml

Lines changed: 3 additions & 3 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@v6
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@v6
5252
with:
5353
path: pkg
5454
- name: Set up QEMU
@@ -184,7 +184,7 @@ jobs:
184184
185185
"${makedeb_args[@]}"
186186
- name: Upload built package
187-
uses: actions/upload-artifact@v4
187+
uses: actions/upload-artifact@v5
188188
with:
189189
name: "${{ matrix.target.distro }}-${{ matrix.target.display-arch }}"
190190
path: 'pkg/*.deb'

.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@v6
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@v6
1515
- name: Setup Prebuilt-MPR APT repository
1616
uses: makedeb/setup-makedeb@main
1717
with:

0 commit comments

Comments
 (0)