Skip to content

Commit 6d06a05

Browse files
Update actions/checkout action to v6
1 parent 3b64fb6 commit 6d06a05

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.actor == 'renovate[bot]' || github.actor == 'dependabot[bot]'
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: hmarr/auto-approve-action@v2
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
2222
if: github.actor == 'renovate[bot]' || github.actor == 'dependabot[bot]'
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
ref: ${{ github.event.pull_request.head.ref }}
2828

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout project
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
token: ${{ secrets.PUSH_TOKEN }}
2222

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout project
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4
@@ -46,12 +46,12 @@ jobs:
4646

4747
steps:
4848
- name: Checkout project
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
path: ts-module
5252

5353
- name: Checkout project
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
path: test-project
5757

0 commit comments

Comments
 (0)