From 79588ef3da9abb2b536583130653b05030e8e5a6 Mon Sep 17 00:00:00 2001 From: Stephan <34886888+steled@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:18:13 +0100 Subject: checkout action update (#404) - updated the action checkout from v2 to 3 as required by action warning --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8dfc72..485096b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "Publish" uses: devcontainers/action@v1 -- cgit v1.2.3