Skip to content

Commit

Permalink
Merge pull request #84 from artichoke/dependabot/github_actions/gha-d…
Browse files Browse the repository at this point in the history
…eps-3ba7f028e8

chore(deps): Bump the gha-deps group with 3 updates
  • Loading branch information
lopopolo authored Nov 29, 2023
2 parents fd9e2b8 + 649ab8c commit 26008a9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Ruby toolchain
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0
uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81 # v1.159.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand All @@ -41,10 +41,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Rust toolchain
uses: artichoke/setup-rust/audit@v1.10.0
uses: artichoke/setup-rust/audit@v1.11.0

- name: Generate Cargo.lock
run: |
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
RUST_BACKTRACE: 1
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.10.0
uses: artichoke/setup-rust/build-and-test@v1.11.0
with:
toolchain: stable

Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
RUST_BACKTRACE: 1
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Rust nightly toolchain
uses: artichoke/setup-rust/check-minimal-versions@v1.10.0
uses: artichoke/setup-rust/check-minimal-versions@v1.11.0
with:
toolchain: stable

Expand All @@ -74,10 +74,10 @@ jobs:
RUST_BACKTRACE: 1
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Rust toolchain
uses: artichoke/setup-rust/lint-and-format@v1.10.0
uses: artichoke/setup-rust/lint-and-format@v1.11.0
with:
toolchain: stable

Expand All @@ -92,10 +92,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Ruby toolchain
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0
uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81 # v1.159.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Format with prettier
run: npx prettier --check '**/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Check for broken links in markdown files
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Synchronize repository labels
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Sync GitHub Issue Labels
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Rust toolchain
uses: artichoke/setup-rust/rustdoc@v1.10.0
uses: artichoke/setup-rust/rustdoc@v1.11.0

- name: Check docs with no default features
run: cargo doc --workspace --no-default-features
Expand Down

0 comments on commit 26008a9

Please sign in to comment.