Skip to content

Commit

Permalink
Merge pull request #614 from tdewolff/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
tdewolff authored Oct 30, 2023
2 parents 49bd57a + dc99605 commit cb67dda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cibw_target: aarch64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up QEMU
if: matrix.go_target == 'arm64'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# xcompiler: i686-w64-mingw32-gcc-win32

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
#- go_target: arm64
# cibw_target: ARM64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: minify-windows-${{ matrix.go_target }}.so
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- go_target: arm64
clang_target: arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
#- go_target: arm64
# cibw_target: arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: minify-darwin-${{ matrix.go_target }}.so
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cb67dda

Please sign in to comment.