Skip to content

Commit

Permalink
CI: bump checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Jul 19, 2024
1 parent 036d04c commit 3ca32ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- name: Install deps and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: [0.1.15]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install deps and build
run: npm ci && npm run build
Expand Down

0 comments on commit 3ca32ea

Please sign in to comment.