Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 in /.github/wo…
Browse files Browse the repository at this point in the history
…rkflows in the gha group (#153)
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent c9bbc3a commit a95ec3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Setup Node
uses: actions/[email protected]
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Publish latest tag to npm
uses: JS-DevTools/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
Expand Down

0 comments on commit a95ec3a

Please sign in to comment.