diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdf12d1..7690388 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.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 2 path: 'self_bucket' - name: Checkout Scoop - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: ScoopInstaller/Scoop path: 'scoop_core' diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index a17235b..a0dc478 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.1 + - uses: actions/checkout@v6.0.2 - name: Excavate uses: ScoopInstaller/GithubActions@main env: diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 1ef56a6..32880dc 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.1 + - uses: actions/checkout@v6.0.2 - 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 303ddb6..fbcf14b 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.1 + - uses: actions/checkout@v6.0.2 - 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 4aaf824..239c14c 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.1 + - uses: actions/checkout@v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main env: