Skip to content

Commit 6814721

Browse files
chore(devdeps): update actions/checkout action to v5.0.1
1 parent 16c566b commit 6814721

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
typecheck:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
- uses: pnpm/[email protected]
1616
- name: Use Node.js
1717
uses: actions/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
- uses: pnpm/[email protected]
3030
- name: Use Node.js
3131
uses: actions/[email protected]
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
node: ["20"]
4444
steps:
45-
- uses: actions/[email protected].0
45+
- uses: actions/[email protected].1
4646
- uses: pnpm/[email protected]
4747
- name: Use Node.js
4848
uses: actions/[email protected]
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
node: ["20"]
6767
steps:
68-
- uses: actions/[email protected].0
68+
- uses: actions/[email protected].1
6969
- uses: pnpm/[email protected]
7070
- name: Use Node.js
7171
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-24.04
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
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
@@ -23,7 +23,7 @@ jobs:
2323
default-project-id: ${{ vars.SCW_DEFAULT_PROJECT_ID }}
2424
default-organization-id: ${{ vars.SCW_DEFAULT_ORGANIZATION_ID }}
2525

26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727
- name: Git Identity
2828
run: |
2929
git config --global user.name 'Scaleway Bot'

0 commit comments

Comments
 (0)