Skip to content

Commit

Permalink
fix: bump checkout step version
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 19, 2024
1 parent f3a3131 commit 9654af8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand All @@ -19,12 +19,11 @@ jobs:
- run: yarn lint
- run: yarn test


publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
build:
runs-on: ubuntu-latest




steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coconfig",
"version": "1.6.0",
"version": "1.6.1",
"description": "Centralize your per-package rc, dotfile and config files into one extensible config file",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 9654af8

Please sign in to comment.