1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Use to GitHub actions/checkout@v3 (#75)

This commit is contained in:
Robert Scheck
2022-11-05 00:01:30 +01:00
committed by GitHub
parent 277126f5ea
commit fc79ff9242
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}}