Skip to content

Commit

Permalink
update actions/chckout to v4, disable progress (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist authored Sep 29, 2023
1 parent 1bd9704 commit 7f22220
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- uses: actions/setup-python@v4
with:
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
branch: ${{ steps.setvars.outputs.branch }}
changelogver: ${{ steps.setvars.outputs.changelogver }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -61,7 +63,9 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -136,7 +140,9 @@ jobs:
env:
UPSTREAM: ghcr.io/${{ github.repository_owner }}/galactory
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7f22220

Please sign in to comment.