Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v3 (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Dec 7, 2022
1 parent 25a92f4 commit 63e7989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get package version
id: get_version
uses: daschaa/package-version@v1.1.0
Expand Down

0 comments on commit 63e7989

Please sign in to comment.