Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.2 to 4.1.3 in /.github/workflow…
Browse files Browse the repository at this point in the history
…s in the gha group (#199)
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 0e97af7 commit 7204f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: actions/[email protected]
with:
node-version: "20.5.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].3
- 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 7204f1e

Please sign in to comment.