Skip to content

Commit d1c823f

Browse files
authored
Merge pull request #3 from absolute-version/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents df5a94a + c28bf1f commit d1c823f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
OS: ${{ matrix.os }}
1717
NODE_VERSION: ${{ matrix.node }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- run: git fetch --prune --unshallow
2121
- run: git config --global user.name 'Actions'
2222
- run: git config --global user.email 'dummy@example.org'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release-type: node
1515
package-name: commit-and-tag-version
1616
# The logic below handles the npm publication:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
# these if statements ensure that a publication only occurs when
1919
# a new release is created:
2020
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)