Skip to content

Commit

Permalink
Merge pull request #278 from dartess/update-actions
Browse files Browse the repository at this point in the history
update actions/*
  • Loading branch information
hipstersmoothie committed Jun 19, 2024
2 parents 9a5d677 + fa7ca85 commit 9347ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: npm install, build, and lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down

0 comments on commit 9347ae6

Please sign in to comment.