From b8df7b187cc53c8a24654cf1de39c76dbca303eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:38:21 +0000 Subject: [PATCH] chore(deps): update github actions (#273) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery-git.yml | 2 +- .github/workflows/continuous-delivery.yml | 4 ++-- .github/workflows/continuous-integration.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery-git.yml b/.github/workflows/continuous-delivery-git.yml index 5ac3b58..847da87 100644 --- a/.github/workflows/continuous-delivery-git.yml +++ b/.github/workflows/continuous-delivery-git.yml @@ -8,7 +8,7 @@ jobs: name: CD / PKGBUILD runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Build PKGBUILD run: ./scripts/base.sh diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b57e0ca..72a7a77 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.release.tag_name }} @@ -29,7 +29,7 @@ jobs: uses: josh-development/.github/setup-node@main - name: Restore Cargo Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 804792f..8ced072 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Node uses: josh-development/.github/setup-node@main - name: Run Build