Skip to content

Commit

Permalink
chore(ci): bump GitHub actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jul 19, 2023
1 parent 1b89327 commit f11a6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: "true"

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Use Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 14.x
- name: Setup ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ jobs:
ELASTICSEARCH_URL: "" # Disable searchyll for test.

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Use Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 14.x
- name: Setup ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit f11a6c1

Please sign in to comment.