diff --git a/.github/workflows/continuous-delivery-git.yml b/.github/workflows/continuous-delivery-git.yml index 02a96e5..362aead 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.1.7 + - uses: actions/checkout@v4.2.0 - name: Build PKGBUILD run: ./scripts/base.sh diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 1679ca3..bf7a607 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.1.7 + - uses: actions/checkout@v4.2.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 497d447..ebccba4 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Setup Node uses: josh-development/.github/setup-node@main - name: Run Build