Skip to content

Commit d145900

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#224)
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> Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com>
1 parent 8bc3322 commit d145900

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: write
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
3131
- name: Fetch version history
3232
# Do NOT want to fetch all tags if building a specific tag.
@@ -71,7 +71,7 @@ jobs:
7171
build_windows:
7272
runs-on: windows-latest
7373
steps:
74-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
74+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7575
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
7676
- name: Set up JDK
7777
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
@@ -92,7 +92,7 @@ jobs:
9292
permissions:
9393
contents: write
9494
steps:
95-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.0
95+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.0.0
9696
- name: Create GitHut Release
9797
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v0.1.15
9898
with:

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
get_impls:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626
- name: Set up JDK
2727
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
run_functional:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949
- name: Set up JDK
5050
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5151
with:
@@ -72,7 +72,7 @@ jobs:
7272
run_validate_benchmark:
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7676
- name: Set up JDK
7777
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
7878
with:
@@ -101,7 +101,7 @@ jobs:
101101
run_serde_benchmark:
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
105105
- name: Set up JDK
106106
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
107107
with:
@@ -134,7 +134,7 @@ jobs:
134134
BUNDLE_GEMFILE: ${{ github.workspace }}/docs/Gemfile
135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.4.0
137+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.4.0
138138
with:
139139
fetch-depth: 0 # need full history to get page last modified times
140140
- name: Setup Ruby

0 commit comments

Comments
 (0)