Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.1 (#725)
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] committed Feb 27, 2024
1 parent fc89393 commit cf516ea
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
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.2
with:
node-version: 16
Expand All @@ -19,7 +19,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.2
with:
node-version: 16
Expand Down

0 comments on commit cf516ea

Please sign in to comment.