Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 15, 2022
1 parent f1991da commit e1d1cb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node: ["12.22.1", "14.17.0", "16.1.0", "17.2.0"]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Download test results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-package-version.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get NPM version is new
id: check
uses: EndBug/version-check@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
# Setup .npmrc file to publish to GitHub Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16.x'
Expand Down

0 comments on commit e1d1cb6

Please sign in to comment.