Skip to content

Commit

Permalink
Regenerate the main GitHub file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 7, 2023
1 parent ee9f2c3 commit e5fb3e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rm C:\msys64\usr\bin\bash.exe
- name: choco install nsis
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 10
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -266,7 +266,7 @@ jobs:

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:latest
platforms: all
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
- name: Install dependencies
env:
# For compatibility with macOS 10.13
ZLIB_VERSION: 1.2.13
ZLIB_VERSION: 1.3
MBEDTLS_VERSION: 2.25.0
PCRE2_VERSION: 10.42
run: |
Expand Down

0 comments on commit e5fb3e1

Please sign in to comment.