Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 835a405 commit da37390
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: git clone https://github.com/chipsalliance/f4pga-examples

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: git clone https://github.com/chipsalliance/f4pga-examples

Expand All @@ -101,7 +101,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: git clone https://github.com/chipsalliance/f4pga-examples

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚧 F4PGA Action (arty_35 | verilog/counter)
uses: ./action
Expand All @@ -171,7 +171,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚧 GHDL synth
run: make -C test/vhdl/counter synth
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚧 GHDL synth
run: make -C test/vhdl/counter synth-plugin
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -44,7 +44,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -66,7 +66,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔧 Prepare environment
run: ./scripts/prepare_environment.sh
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Clone fomu-workshop
run: git clone https://github.com/im-tomu/fomu-workshop
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔧 Prepare environment
run: ./scripts/prepare_environment.sh
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚧 Test pyF4PGA (PYTHONPATH)
run: |
Expand Down

0 comments on commit da37390

Please sign in to comment.