diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9670609..78920f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: shell: ${{ matrix.shell }} steps: - name: Checkout Bucket - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 2 path: 'self_bucket' - name: Checkout Scoop - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: repository: ScoopInstaller/Scoop path: 'scoop_core' diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index 1772622..4af5be6 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Excavate uses: ScoopInstaller/GithubActions@main env: diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 65a2b88..b57aebb 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -9,7 +9,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 9fb331e..e8d3ef5 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -13,7 +13,7 @@ jobs: contents: write issues: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: IssueHandler uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7526572..e145cb4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main env: