Skip to content

Commit a8dbd87

Browse files
chore(devdeps): update actions/checkout action to v3.5.3 (#1335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb658c0 commit a8dbd87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
typecheck:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/[email protected].2
9+
- uses: actions/[email protected].3
1010
- uses: pnpm/[email protected]
1111
- name: Use Node.js
1212
uses: actions/[email protected]
@@ -20,7 +20,7 @@ jobs:
2020
lint:
2121
runs-on: ubuntu-20.04
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
- uses: pnpm/[email protected]
2525
- name: Use Node.js
2626
uses: actions/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
node: ['18']
3939
steps:
40-
- uses: actions/[email protected].2
40+
- uses: actions/[email protected].3
4141
- uses: pnpm/[email protected]
4242
- name: Use Node.js
4343
uses: actions/[email protected]

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-title:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/[email protected].2
11+
- uses: actions/[email protected].3
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
1414
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions: write-all
1414
steps:
15-
- uses: actions/[email protected].2
15+
- uses: actions/[email protected].3
1616
- name: Git Identity
1717
run: |
1818
git config --global user.name 'Scaleway Bot'

0 commit comments

Comments
 (0)