Skip to content

Commit ed659f2

Browse files
authored
Merge pull request #150 from AlmaLinux/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents c74e998 + 8eaf023 commit ed659f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
IS_SIGNED: ${{ steps.set.outputs.IS_SIGNED }}
3636
steps:
3737
- name: Checkout github actions
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
38+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
3939

4040
- name: Set environment variables
4141
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
37+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
3838

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

0 commit comments

Comments
 (0)