Skip to content

Commit

Permalink
Use to GitHub actions/checkout@v3 (bgp#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Nov 4, 2022
1 parent 277126f commit fc79ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: bootstrap
run: ./bootstrap
- name: configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrixbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- alpine:edge
- alpine:3.16
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run build on ${{matrix.dockerenv}}
run: docker build . --file .github/images/${{matrix.dockerenv}}.Dockerfile --build-arg image=${{matrix.dockerenv}}

0 comments on commit fc79ff9

Please sign in to comment.