Skip to content

Commit 54eb86f

Browse files
authored
Merge pull request #7 from ghishadow/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9dba9c2 + 6161be5 commit 54eb86f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Checkout Bucket
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 2
1717
path: 'scoop-shadow'
1818
- name: Checkout Scoop
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
repository: ScoopInstaller/Scoop
2222
path: 'scoop_core'
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: windows-latest
3232
steps:
3333
- name: Checkout Bucket
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 2
3737
path: 'scoop-shadow'
3838
- name: Checkout Scoop
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
repository: ScoopInstaller/Scoop
4242
path: 'scoop_core'

.github/workflows/excavator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Excavate
1010
runs-on: windows-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Excavate
1414
uses: ScoopInstaller/GithubActions@main
1515
env:

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: PullRequestHandler
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: PullRequestHandler
1212
uses: ScoopInstaller/GithubActions@main
1313
if: startsWith(github.event.comment.body, '/verify')

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: IssueHandler
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: IssueHandler
1212
uses: ScoopInstaller/GithubActions@main
1313
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: PullRequestHandler
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: PullRequestHandler
1212
uses: ScoopInstaller/GithubActions@main
1313
env:

0 commit comments

Comments
 (0)