Skip to content

Commit e2af01d

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#22)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64baae8 commit e2af01d

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
@@ -15,7 +15,7 @@ jobs:
1515
- os: macos-latest
1616
target: macos
1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v2.4.0
1919
- name: install apt packages
2020
if: ${{ matrix.os == 'ubuntu-latest' }}
2121
run: |
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
arch: [armv6, armv7, aarch64, ppc64le, s390x]
4949
steps:
50-
- uses: actions/checkout@v2.3.5
50+
- uses: actions/checkout@v2.4.0
5151
- uses: uraimo/run-on-arch-action@v2.1.1
5252
id: build
5353
with:
@@ -84,7 +84,7 @@ jobs:
8484
if: startsWith(github.ref, 'refs/tags/')
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: actions/checkout@v2.3.5
87+
- uses: actions/checkout@v2.4.0
8888
- name: generate changelog
8989
run: ./changelog.sh
9090
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)