Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 3 to 4 #661

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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