Skip to content

Commit affdd90

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0
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>
1 parent a3cd770 commit affdd90

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/cargo-update.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
steps:
1414
- name: Checkout the repo
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616

1717
- name: Cargo update
1818
run: cargo update

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout the repo
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Install protoc
2424
run: sudo apt install -y protobuf-compiler
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161
steps:
6262
- name: Checkout the repo
63-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6464
with:
6565
fetch-depth: 0
6666

@@ -99,7 +99,7 @@ jobs:
9999
run: sudo apt install -yq zip
100100

101101
- name: Checkout the repo
102-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103103
with:
104104
path: cli
105105

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout the repo
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Install Rust nightly toolchain
2424
run: rustup toolchain install --no-self-update nightly --profile minimal -c rustfmt
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
steps:
4343
- name: Checkout the repo
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4545

4646
- if: ${{ runner.os == 'macOS' }}
4747
name: Install protoc
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- name: Checkout the repo
75-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7676

7777
- if: ${{ runner.os == 'macOS' }}
7878
name: Install protoc
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ${{ matrix.os }}
101101
steps:
102102
- name: Checkout the repo
103-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
103+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
104104

105105
- if: ${{ runner.os == 'macOS' }}
106106
name: Install protoc
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ${{ matrix.os }}
132132
steps:
133133
- name: Checkout the repo
134-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
134+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
135135

136136
- if: ${{ runner.os == 'macOS' }}
137137
name: Install protoc
@@ -155,7 +155,7 @@ jobs:
155155
container: denoland/deno
156156
steps:
157157
- name: Checkout the repo
158-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
158+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
159159

160160
- name: deno fmt
161161
run: deno fmt --check
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-latest
172172
steps:
173173
- name: Checkout the repo
174-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
174+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
175175

176176
- name: Script Style Check
177177
run: find . -iname "*.sh" -print0 | xargs -0 shellcheck -o all -S style -s sh

0 commit comments

Comments
 (0)