From acbd26a5a185a880efe3f4907f1759e3ff64a49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:57:36 +0000 Subject: [PATCH] ci: bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2` | `3` | | [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) | `0.5.0` | `0.6.0` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `2` | `3` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `3` | `4` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `2` | `3` | Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) Updates `vlaurin/action-ghcr-prune` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](https://github.com/vlaurin/action-ghcr-prune/compare/v0.5.0...v0.6.0) Updates `peter-evans/find-comment` from 2 to 3 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v2...v3) Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) Updates `peter-evans/repository-dispatch` from 2 to 3 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: vlaurin/action-ghcr-prune dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/pr-deploy.yaml | 10 +++++----- .github/workflows/release.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20edebea90d69..c68fc3eef2fb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: fetch-depth: 1 # For pull requests it's not necessary to checkout the code - name: check changed files - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: filter with: filters: | @@ -741,7 +741,7 @@ jobs: - name: Prune old images if: github.ref == 'refs/heads/main' - uses: vlaurin/action-ghcr-prune@v0.5.0 + uses: vlaurin/action-ghcr-prune@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} organization: coder diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index f5045f0bb202a..68693fe29ce04 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -119,7 +119,7 @@ jobs: echo "NEW=$NEW" >> $GITHUB_OUTPUT - name: Check changed files - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: filter with: base: ${{ github.ref }} @@ -163,7 +163,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ needs.get_info.outputs.PR_NUMBER }} @@ -173,7 +173,7 @@ jobs: - name: Comment on PR id: comment_id - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ needs.get_info.outputs.PR_NUMBER }} @@ -441,7 +441,7 @@ jobs: echo "Slack notification sent" - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ env.PR_NUMBER }} @@ -450,7 +450,7 @@ jobs: direction: last - name: Comment on PR - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 env: STATUS: ${{ needs.get_info.outputs.NEW == 'true' && 'Created' || 'Updated' }} with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e606e10ea2a5f..a5139d56fab77 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -321,7 +321,7 @@ jobs: - name: Start Packer builds if: ${{ !inputs.dry_run }} - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.CDRCI_GITHUB_TOKEN }} repository: coder/packages