From 4c06d05dbe59e1683dfc6a1efe443c3b985b2219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:09:43 +0200 Subject: [PATCH] Update actions/checkout action to v4.2.0 (#56) --- .github/workflows/create_pull_request.yml | 2 +- .github/workflows/validate_json.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index 1a951bc..6742305 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -23,7 +23,7 @@ jobs: issue: ${{ inputs.issue }} steps: - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.event.repository.default_branch }} - name: open pr diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index ecea657..a3422dc 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -6,7 +6,7 @@ jobs: verify-json-validation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Validate config uses: docker://orrosenblatt/validate-json-action:latest env: