From c4e9749b1e3e431cc8b266dc0e073cf1c645bfa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:40:04 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.2 --- .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 6742305..51a3bd3 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 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 a3422dc..d6809c3 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Validate config uses: docker://orrosenblatt/validate-json-action:latest env: