Skip to content

Commit d8d7511

Browse files
authored
Merge pull request #26 from robxu9/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents cd66c3f + af1c9ee commit d8d7511

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
target: macos
2121
arch: aarch64
2222
steps:
23-
- uses: actions/checkout@v2.4.0
23+
- uses: actions/checkout@v3
2424
- name: install apt packages
2525
if: ${{ matrix.os == 'ubuntu-latest' }}
2626
run: |
@@ -52,7 +52,7 @@ jobs:
5252
matrix:
5353
arch: [armv6, armv7, aarch64, ppc64le, s390x]
5454
steps:
55-
- uses: actions/checkout@v2.4.0
55+
- uses: actions/checkout@v3
5656
- uses: uraimo/run-on-arch-action@v2.1.1
5757
id: build
5858
with:
@@ -106,7 +106,7 @@ jobs:
106106
if: startsWith(github.ref, 'refs/tags/')
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: actions/checkout@v2.4.0
109+
- uses: actions/checkout@v3
110110
- name: generate changelog
111111
run: ./changelog.sh
112112
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)