Skip to content

Commit 2f2c12e

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#327)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84a754f commit 2f2c12e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: ${{ steps.version.outputs.version }}
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/[email protected].6
21+
uses: actions/[email protected].7
2222
with:
2323
fetch-depth: 0
2424

@@ -45,7 +45,7 @@ jobs:
4545
arch: ${{ fromJson(needs.init.outputs.architectures) }}
4646
steps:
4747
- name: Checkout the repository
48-
uses: actions/[email protected].6
48+
uses: actions/[email protected].7
4949

5050
- name: Get changed files
5151
id: changed_files

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].6
12+
- uses: actions/[email protected].7
1313
- uses: brpaz/[email protected]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/[email protected].6
14+
uses: actions/[email protected].7
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Shellcheck
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].6
14+
- uses: actions/[email protected].7
1515
- name: Run ShellCheck
1616
uses: ludeeus/action-shellcheck@master
1717
env:

0 commit comments

Comments
 (0)