Skip to content

Commit f78d8b5

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in /github/workflows (ChrisCarini/github-repo-files-sync#214) (#436)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe14e5d commit f78d8b5

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737
timeout-minutes: 1
3838

3939
# Validate wrapper
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Check out current repository
5353
- name: Fetch Sources
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5555
timeout-minutes: 1
5656

5757
# Setup Java environment for the next steps
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Check out current repository
116116
- name: Fetch Sources
117-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
117+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
118118
timeout-minutes: 1
119119

120120
# Setup Java environment for the next steps
@@ -166,7 +166,7 @@ jobs:
166166

167167
# Check out current repository
168168
- name: Fetch Sources
169-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
169+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
170170
timeout-minutes: 1
171171

172172
# Remove old release drafts by using the curl request for the available releases with draft flag

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
timeout-minutes: 1
3030

3131
- name: Setup Java

.github/workflows/files-changed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
changed_files: ${{ steps.changes.outputs.changed_files }}
5656
steps:
5757
- name: Check out repository
58-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5959
timeout-minutes: 1
6060

6161
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# Check out current repository
1919
- name: Fetch Sources
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121
timeout-minutes: 1
2222
with:
2323
ref: ${{ github.event.release.tag_name }}

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
timeout-minutes: 1
3737
with:
3838
persist-credentials: false

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
timeout-minutes: 1
1717

1818
- name: Setup Java

.github/workflows/update-plugin-platform-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update-jetbrains-plugin-platform-version:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1414
timeout-minutes: 1
1515
with:
1616
token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}

0 commit comments

Comments
 (0)