Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent 0f0453e commit 31ae360
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].1
uses: actions/[email protected].2
- name: Setup Node
uses: actions/[email protected]
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
- 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].1
uses: actions/[email protected].2
- 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 31ae360

Please sign in to comment.