Skip to content

Commit 8f304ae

Browse files
authored
Update to actions/checkout@v6 (#5264)
1 parent d59e933 commit 8f304ae

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
matrix: ${{ steps.set-matrix.outputs.matrix }}
8686
changed-files: ${{ steps.changed-files.outputs.files }}
8787
steps:
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 2
9191

@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ${{ matrix.os }}
128128
steps:
129129
- name: Checkout repository
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v6
131131
with:
132132
fetch-depth: 2
133133

.github/workflows/pr-labeler.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: "Pull Request Labeler"
2+
23
on:
3-
pull_request_target:
4-
paths:
5-
- '!archive/*/*/*.md'
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
68

79
jobs:
8-
pr-labeler:
10+
labeler:
911
permissions:
1012
contents: read
1113
pull-requests: write

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
app-id: ${{ secrets.README_BOT_APP_ID }}
3131
private-key: ${{ secrets.README_BOT_PRIVATE_KEY }}
3232

33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Read repo config
3636
uses: pietrobolcato/[email protected]

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
status: ${{ steps.changed-files.outputs.exists }}
3636
changed_files: ${{ steps.changed-files.outputs.files }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 2
4141

@@ -70,7 +70,7 @@ jobs:
7070

7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 2
7676

0 commit comments

Comments
 (0)