Skip to content

Commit d1365bf

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e394d2 commit d1365bf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ jobs:
129129
tag: ${{ steps.set-matrix.outputs.tag }}
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
132+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
133133

134134
- name: Checkout github actions
135-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
135+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
136136
with:
137137
repository: AlmaLinux/atomic-ci
138138
ref: ${{ env.INTERNAL_ACTIONS_REF }}
@@ -168,12 +168,12 @@ jobs:
168168

169169
steps:
170170
- name: Checkout
171-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
171+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
172172
with:
173173
fetch-depth: 0 # Fetch all history for changelog generation
174174

175175
- name: Checkout github actions
176-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
176+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
177177
with:
178178
repository: AlmaLinux/atomic-ci
179179
ref: ${{ env.INTERNAL_ACTIONS_REF }}
@@ -238,7 +238,7 @@ jobs:
238238
signing-enabled: ${{ env.SIGNING_ENABLED }}
239239
steps:
240240
- name: Checkout github actions
241-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
241+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
242242
with:
243243
repository: AlmaLinux/atomic-ci
244244
ref: ${{ env.INTERNAL_ACTIONS_REF }}

.github/workflows/build-iso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122

123123
steps:
124124
- name: Checkout
125-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
125+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
126126

127127
- name: Checkout github actions
128-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
128+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
129129
with:
130130
repository: AlmaLinux/atomic-ci
131131
ref: ${{ env.INTERNAL_ACTIONS_REF }}

0 commit comments

Comments
 (0)