Skip to content

Commit 671aa31

Browse files
renovate[bot]renovate-botkodiakhq[bot]
authored
chore(deps): update actions/checkout action to v3 (#316)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 0abc3f9 commit 671aa31

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
prerelease:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: '*'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
1919
command: manifest
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
if: ${{ steps.release.outputs.release_created }}
2222
- uses: actions/setup-node@v2
2323
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v2
2727
with:

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"bootstrap-sha": "c6ea2e2b6938a06776904f433f4e0a15f0dd826b",
33
"packages": {
4-
"plugin": {}
4+
"plugin": {
5+
"release-as": "2.1.3"
6+
}
57
}
68
}

0 commit comments

Comments
 (0)