Skip to content

Commit ec1a313

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#11)
1 parent 1a4f925 commit ec1a313

5 files changed

Lines changed: 57 additions & 57 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
shell: ${{ matrix.shell }}
2020
steps:
2121
- name: Checkout Bucket
22-
uses: actions/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.1
2323
with:
2424
fetch-depth: 2
2525
path: 'self_bucket'
2626
- name: Checkout Scoop
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v5.0.1
2828
with:
2929
repository: ScoopInstaller/Scoop
3030
path: 'scoop_core'

.github/workflows/excavator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v5.0.0
15+
- uses: actions/checkout@v5.0.1
1616
- name: Excavate
1717
uses: ScoopInstaller/GithubActions@main
1818
env:
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
on:
2-
issue_comment:
3-
types:
4-
- created
5-
6-
name: Commented Pull Request
7-
jobs:
8-
pullRequestHandler:
9-
name: PullRequestHandler
10-
runs-on: windows-latest
11-
steps:
12-
- uses: actions/checkout@v5.0.0
13-
- name: PullRequestHandler
14-
uses: ScoopInstaller/GithubActions@main
15-
if: startsWith(github.event.comment.body, '/verify')
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
issue_comment:
3+
types:
4+
- created
5+
6+
name: Commented Pull Request
7+
jobs:
8+
pullRequestHandler:
9+
name: PullRequestHandler
10+
runs-on: windows-latest
11+
steps:
12+
- uses: actions/checkout@v5.0.1
13+
- name: PullRequestHandler
14+
uses: ScoopInstaller/GithubActions@main
15+
if: startsWith(github.event.comment.body, '/verify')
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issues.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
on:
2-
issues:
3-
types:
4-
- opened
5-
- labeled
6-
7-
name: Issues
8-
jobs:
9-
issueHandler:
10-
name: IssueHandler
11-
runs-on: windows-latest
12-
permissions:
13-
contents: write
14-
issues: write
15-
steps:
16-
- uses: actions/checkout@v5.0.0
17-
- name: IssueHandler
18-
uses: ScoopInstaller/GithubActions@main
19-
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
issues:
3+
types:
4+
- opened
5+
- labeled
6+
7+
name: Issues
8+
jobs:
9+
issueHandler:
10+
name: IssueHandler
11+
runs-on: windows-latest
12+
permissions:
13+
contents: write
14+
issues: write
15+
steps:
16+
- uses: actions/checkout@v5.0.1
17+
- name: IssueHandler
18+
uses: ScoopInstaller/GithubActions@main
19+
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull_request.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
on:
2-
pull_request_target:
3-
types:
4-
- opened
5-
6-
name: Pull Requests
7-
jobs:
8-
pullRequestHandler:
9-
name: PullRequestHandler
10-
runs-on: windows-latest
11-
steps:
12-
- uses: actions/checkout@v5.0.0
13-
- name: PullRequestHandler
14-
uses: ScoopInstaller/GithubActions@main
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
pull_request_target:
3+
types:
4+
- opened
5+
6+
name: Pull Requests
7+
jobs:
8+
pullRequestHandler:
9+
name: PullRequestHandler
10+
runs-on: windows-latest
11+
steps:
12+
- uses: actions/checkout@v5.0.1
13+
- name: PullRequestHandler
14+
uses: ScoopInstaller/GithubActions@main
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)