From 912cc8b56a8f33d40f6ba87a3a3c048ee1c53d50 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 25 Jul 2023 14:49:05 -0400 Subject: [PATCH] Update GitHub Actions versions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a14b082e0..8ff271414 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -32,7 +32,7 @@ jobs: regex: 'Merge pull request #(\d+)' - name: Notify manageiq.github.io on Push if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }} - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }} repository: ManageIQ/manageiq.github.io