Skip to content

Commit d3b6daf

Browse files
authored
Merge pull request #88 from AlmaLinux/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents aa8c83c + 5b19934 commit d3b6daf

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3838

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

0 commit comments

Comments
 (0)