Skip to content

Commit c9e0e0c

Browse files
authored
Merge pull request #81 from AlmaLinux/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents 4e31146 + 8b8e604 commit c9e0e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
IS_SIGNED: ${{ steps.set.outputs.IS_SIGNED }}
3535
steps:
3636
- name: Checkout github actions
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
37+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
3838

3939
- name: Set environment variables
4040
uses: ./.github/actions/config

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
IS_SIGNED: ${{ steps.set.outputs.IS_SIGNED }}
3535
steps:
3636
- name: Checkout github actions
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
37+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
3838

3939
- name: Set environment variables
4040
uses: ./.github/actions/config

0 commit comments

Comments
 (0)