From dcf035ec6cf355d2f00f2be64f7747f2e626750b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 5 Jan 2023 12:40:41 +0100 Subject: [PATCH] .github/workflows/release.yml: Update actions/checkout to v3 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 442f143..92f36a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: name: Crosscompile - ${{matrix.os}}-${{matrix.arch}} runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: compile id: compile @@ -42,7 +42,7 @@ jobs: name: Package - ${{matrix.os}} runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install build dependencies run: | @@ -100,7 +100,7 @@ jobs: name: Package - FreeBSD (${{matrix.arch}}) runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Package id: package