From 41548483dbf6aa2ecb547af5a4b5fd10963f7304 Mon Sep 17 00:00:00 2001 From: Paul Aurich Date: Sat, 18 May 2024 11:38:17 -0700 Subject: [PATCH] Update actions versions --- .github/workflows/build.yml | 2 +- .github/workflows/release-created.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dc490c..0c2b941 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ShellCheck uses: ludeeus/action-shellcheck@2.0.0 diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index 285b6cc..43b9b59 100644 --- a/.github/workflows/release-created.yml +++ b/.github/workflows/release-created.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v3 with: workflow: build.yml commit: ${{ github.sha }}