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