Skip to content

Commit

Permalink
ci: bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Oct 8, 2024
1 parent 5133082 commit 6e5fb71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node_version: [8, 10, 12]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install
Expand Down

0 comments on commit 6e5fb71

Please sign in to comment.