-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
92a02a5
commit 299f85d
Showing
10 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@stable | ||
|
@@ -86,7 +86,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@stable | ||
|
@@ -117,7 +117,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install libsqlite | ||
run: | | ||
|
@@ -168,7 +168,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install protoc | ||
uses: taiki-e/install-action@v2 | ||
|
@@ -236,7 +236,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@stable | ||
|
@@ -284,7 +284,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@master | ||
|
@@ -302,7 +302,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Actions Repository | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check the spelling of the files in our repo | ||
uses: crate-ci/[email protected] | ||
|
@@ -314,7 +314,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install protoc | ||
uses: taiki-e/install-action@v2 | ||
|
@@ -381,7 +381,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4.2.0 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install libsqlite | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4.2.0 | ||
- uses: actions/checkout@v4 | ||
- name: Block Fixup Commit Merge | ||
uses: 13rac1/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters