Skip to content

Commit

Permalink
Update to checkout@v4 and setup-qemu-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonsingh committed May 5, 2024
1 parent cb34f76 commit ed7d4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set Env
run: |
echo "RELEASE_NAME=${GITHUB_REF_NAME} / $(git show -s --format=%cs)" >> ${GITHUB_ENV}
Expand All @@ -34,12 +34,12 @@ jobs:
- { goos: "linux", goarch: "arm", arch: "arm32v7", image: "arm32v7/golang:bullseye" }
- { goos: "linux", goarch: "arm", arch: "arm32v5", image: "arm32v5/golang:bullseye" }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set Env
run: |
echo "PACKAGE_NAME=icmp-exporter-${{ matrix.goos }}-${{ matrix.arch }}" >> ${GITHUB_ENV}
echo "VERSION_STRING=$(git show -s --format=%cs) ${GITHUB_REF_NAME} ${GITHUB_SHA}" >> ${GITHUB_ENV}
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
- name: Build Release
run: |
docker run --rm \
Expand Down

0 comments on commit ed7d4c1

Please sign in to comment.