Skip to content

Commit

Permalink
ci: update actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and eine committed Feb 26, 2023
1 parent 708f7b7 commit b378dba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '📓 BuildTheDocs (BTD)'
uses: buildthedocs/btd@v0
Expand All @@ -42,7 +42,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '⚙️ Setup .github/bin'
run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '⚙️ Setup .github/bin'
run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '⚙️ Setup GHDL (LLVM)'
uses: ghdl/setup-ghdl-ci@master
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '🟪 Setup MSYS2'
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '🟪 Setup MSYS2'
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '⚙️ Setup GHDL (LLVM)'
uses: ghdl/setup-ghdl-ci@master
Expand All @@ -242,7 +242,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: '🟪 Setup MSYS2'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit b378dba

Please sign in to comment.