Skip to content

Commit

Permalink
Merge pull request #1180 from artichoke/dependabot/github_actions/gha…
Browse files Browse the repository at this point in the history
…-deps-2b1f823d7c

Bump the gha-deps group with 2 updates
  • Loading branch information
lopopolo authored Feb 1, 2025
2 parents 9082778 + 7d197ce commit 63bcc05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/[email protected]

- name: Install Ruby toolchain
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: toolchain_versions

- name: Install Node.js toolchain
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "lts/*"

Expand All @@ -77,7 +77,7 @@ jobs:
target: "wasm32-unknown-emscripten"

- name: Install Ruby toolchain
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions/[email protected]

- name: Install Ruby toolchain
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand All @@ -163,7 +163,7 @@ jobs:
uses: actions/[email protected]

- name: Install Node.js toolchain
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "lts/*"

Expand All @@ -189,7 +189,7 @@ jobs:
uses: actions/[email protected]

- name: Install Node.js toolchain
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "lts/*"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: toolchain_versions

- name: Install Node.js toolchain
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "lts/*"

Expand All @@ -47,7 +47,7 @@ jobs:
target: "wasm32-unknown-emscripten"

- name: Install Ruby toolchain
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down

0 comments on commit 63bcc05

Please sign in to comment.