Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.5.3 (#4587)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 6d1d9f4 commit 02be833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.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/[email protected].2
- uses: actions/[email protected].3
- uses: actions/[email protected]
with:
node-version: 16
Expand All @@ -24,7 +24,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: actions/[email protected]
with:
node-version: 16
Expand Down

0 comments on commit 02be833

Please sign in to comment.