-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from artichoke/dependabot/github_actions/gha-…
…deps-e324352e02 chore(deps): Bump the gha-deps group with 5 updates
- Loading branch information
Showing
7 changed files
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 | ||
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -41,7 +41,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
cargo generate-lockfile --verbose | ||
fi | ||
- uses: EmbarkStudios/cargo-deny-action@a50c7d5f86370e02fae8472c398f15a36e517bb8 # v1.5.4 | ||
- uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5 | ||
with: | ||
arguments: --locked --all-features | ||
command: check ${{ matrix.checks }} | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
CARGO_NET_GIT_FETCH_WITH_CLI: true | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -68,7 +68,7 @@ jobs: | |
CARGO_NET_GIT_FETCH_WITH_CLI: true | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -99,7 +99,7 @@ jobs: | |
CARGO_NET_GIT_FETCH_WITH_CLI: true | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -117,10 +117,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 | ||
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -133,7 +133,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Format with prettier | ||
run: npx prettier --check '**/*' | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install nightly Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -61,7 +61,7 @@ jobs: | |
run: grcov strftime-ruby*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1 | ||
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0 | ||
if: github.ref == 'refs/heads/trunk' | ||
with: | ||
aws-region: us-west-2 | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|