Skip to content

Commit 0103275

Browse files
Bump actions/checkout from 4 to 5 (#11)
1 parent a817fe5 commit 0103275

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_deb_rpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666

6767
steps:
6868
- name: ⬇ Checkout hyperion.ng
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
repository: ${{ inputs.repo_checkout }}
7272
ref: ${{ inputs.head_sha || 'master' }}
7373
submodules: recursive
7474

7575
- name: ⬇ Checkout hyperion.releases-ci
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
path: releases-ci
7979

.github/workflows/publish_deb_rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dnf install git gnupg2 zstd reprepro createrepo rpm-sign -y
3232

3333
- name: ⬇ Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: 🔑 GPG Import
3737
if: ${{ env.SECRET_GPG_KEY != null }}

0 commit comments

Comments
 (0)