-
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 #102 from artichoke/dependabot/github_actions/gha-…
…deps-e8005c0e97 chore(deps): Bump the gha-deps group across 1 directory with 2 updates
- Loading branch information
Showing
12 changed files
with
219 additions
and
17 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/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -41,7 +41,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
RUST_BACKTRACE: 1 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -53,7 +53,7 @@ jobs: | |
RUST_BACKTRACE: 1 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Rust nightly toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -74,7 +74,7 @@ jobs: | |
RUST_BACKTRACE: 1 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/[email protected] | ||
|
@@ -92,10 +92,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -108,7 +108,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
uses: actions/[email protected] | ||
|
||
- name: Setup Node.js runtime | ||
uses: actions/[email protected] | ||
with: | ||
node-version: "lts/*" | ||
|
||
- name: Install toolchain | ||
run: npm ci | ||
|
||
- 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Check for broken links in markdown files | ||
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15 | ||
|
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: | |
name: Synchronize repository labels | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
|
||
- name: Sync GitHub Issue Labels | ||
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0 | ||
|
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/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lts/* |
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.3.0 | ||
3.3.3 |
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 |
---|---|---|
|
@@ -47,4 +47,4 @@ DEPENDENCIES | |
rubocop-rake (~> 0.6) | ||
|
||
BUNDLED WITH | ||
2.5.3 | ||
2.5.15 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "@artichokeruby/ruby-file-expand-path", | ||
"version": "0.0.0", | ||
"private": true, | ||
"description": "Rust port of path normalization from MRI Ruby.", | ||
"keywords": [ | ||
"ruby", | ||
"rust", | ||
"windows", | ||
"filesystem", | ||
"ffi" | ||
], | ||
"repository": "github:artichoke/ruby-file-expand-path", | ||
"author": "Ryan Lopopolo <[email protected]> (https://hyperbo.la/)", | ||
"homepage": "https://www.artichokeruby.org", | ||
"bugs": "https://github.com/artichoke/ruby-file-expand-path/issues", | ||
"devDependencies": { | ||
"prettier": "3.2.5" | ||
}, | ||
"scripts": { | ||
"fmt": "prettier --write \"**/*\"" | ||
} | ||
} |