Skip to content

Commit

Permalink
gha: use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Jun 2, 2024
1 parent ae294ef commit 479bd5f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- run: ./run.sh -c $DISTRIBUTION $VERSION
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bookworm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Clone ghdl
run: git clone https://github.com/ghdl/ghdl
Expand All @@ -46,5 +46,5 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: GHDL_BOT_TOKEN=${{ github.token }} ./.github/trigger.sh vunit
4 changes: 2 additions & 2 deletions .github/workflows/cosim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
IMG: ${{ matrix.img }}
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ghdl/ghdl-cosim

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
IMG: ${{ matrix.img }}
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ghdl/ghdl-cosim

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Build images
run: ./run.sh -l
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Build images
run: ./run.sh -e gui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Pull images
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Clone ghdl
run: git clone https://github.com/ghdl/ghdl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Build images
run: ./run.sh -e vunit
Expand Down

0 comments on commit 479bd5f

Please sign in to comment.