From 72096f3304c302397afe03867745cff01f5e2a1a Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 17 May 2024 11:36:20 +0000 Subject: [PATCH] [skip-ci] Update all github action dependencies Signed-off-by: Platform Engineering Bot --- .github/workflows/docs.yml | 2 +- .github/workflows/integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 816a3dd6..094f239f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: echo `pwd`/mdbook-linkcheck >> $GITHUB_PATH - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build with mdBook run: cd docs && mdbook-mermaid install && mdbook build - name: Upload artifact diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1aadd145..65d75632 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -75,7 +75,7 @@ jobs: fetch-depth: 0 - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: compose: CentOS-Stream-9 api_key: ${{ secrets.TF_API_KEY }} @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: compose: CentOS-Stream-9 api_key: ${{ secrets.TF_API_KEY }}