From 4273e748350999bccc71700794007f2c6e301c50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:32:41 -0600 Subject: [PATCH] Update actions/checkout action to v4.2.0 (#43) --- .github/workflows/release-build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index ef664a2..93c734c 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -37,7 +37,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -83,7 +83,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -194,7 +194,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml debsigs devscripts - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -303,7 +303,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -369,7 +369,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -435,7 +435,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -495,7 +495,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |- @@ -554,7 +554,7 @@ jobs: sudo apt-get install --yes python3-git python3-yaml - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: "Prepare repository" run: |-