From bd370078011e2e3f0ebcf63bf5462bfe66a7e08f Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Tue, 16 Jul 2024 15:59:53 +0300 Subject: [PATCH] Update actions versions --- .github/workflows/pr_validate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_validate.yaml b/.github/workflows/pr_validate.yaml index 160f3aa7..7f8d685b 100644 --- a/.github/workflows/pr_validate.yaml +++ b/.github/workflows/pr_validate.yaml @@ -13,11 +13,11 @@ jobs: MANIFEST_PATH: '_manifest/validation_manifest.json' steps: - name: Checkout PR - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - name: install dependencies @@ -96,7 +96,7 @@ jobs: python _manifest/manifest_generator.py echo "Copying file into manifest path" cp ${{env.MANIFEST_PATH}} static/manifest.json - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 id: auto_commit_manifest if: steps.create_manifest.outputs.skip_next_step != 'true' && steps.create_manifest.outcome == 'success' with: