Skip to content

Commit 312354a

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 (#149)
1 parent 5374d86 commit 312354a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish: ${{ steps.version.outputs.publish }}
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
with:
3333
fetch-depth: 0
3434

@@ -55,7 +55,7 @@ jobs:
5555
arch: ${{ fromJson(needs.init.outputs.architectures) }}
5656
steps:
5757
- name: Checkout the repository
58-
uses: actions/[email protected].1
58+
uses: actions/[email protected].2
5959

6060
- name: Login to GitHub Container Registry
6161
if: needs.init.outputs.publish == 'true'
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- name: Checkout the repository
8888
if: needs.init.outputs.publish == 'true'
89-
uses: actions/[email protected].1
89+
uses: actions/[email protected].2
9090

9191
- name: Initialize git
9292
if: needs.init.outputs.publish == 'true'

.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].1
12+
- uses: actions/[email protected].2
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].1
14+
uses: actions/[email protected].2
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
@@ -15,7 +15,7 @@ jobs:
1515
name: ShellCheck
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919

2020
- name: Run linter
2121
uses: ludeeus/[email protected]

0 commit comments

Comments
 (0)