diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b46d92..1a4250d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - goarch: "arm" goos: windows steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set APP_VERSION env run: echo "APP_VERSION=$(echo "${GITHUB_REF}" | rev | cut -d'/' -f 1 | rev )" >> "${GITHUB_ENV}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49cef7b..db2a81e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Nothing here pushes back, so the job has no use for the token # checkout would otherwise leave in .git/config for every later step. @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: false