Skip to content

Commit fb0d274

Browse files
chore(deps): update actions/checkout action to v4
1 parent e0473ca commit fb0d274

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check Out Repo
29-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
29+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3030
with:
3131
fetch-depth: 2
3232

.github/workflows/self-hosted-build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: self-hosted
2727
steps:
2828
- name: Check Out Repo
29-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
29+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3030
with:
3131
fetch-depth: 2
3232

.github/workflows/self-hosted-lint-and-compile-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: self-hosted
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
12+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1313
with:
1414
fetch-depth: 2
1515

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: self-hosted
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
42+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4343
with:
4444
fetch-depth: 2
4545

.github/workflows/self-hosted-publish-gh-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: self-hosted
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
11+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1212
with:
1313
fetch-depth: 2
1414

0 commit comments

Comments
 (0)