Skip to content

Commit

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

chore(deps): Bump the gha-deps group with 2 updates
  • Loading branch information
lopopolo authored Feb 1, 2025
2 parents 318ba56 + c01f38e commit fdfd0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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 @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v4.2.2

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

Expand Down

0 comments on commit fdfd0b5

Please sign in to comment.