Skip to content

Commit 2c797ac

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48f904a commit 2c797ac

5 files changed

Lines changed: 60 additions & 60 deletions

File tree

.github/workflows/chipyard-chisel7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Install DTC (device-tree-compiler)
2323
run: |

.github/workflows/chipyard-full-flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
needs-rtl: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
- name: Git workaround
5555
uses: ./.github/actions/git-workaround
5656
- uses: dorny/paths-filter@v3
@@ -87,7 +87,7 @@ jobs:
8787
rm -rf ${{ github.workspace }}/* || true
8888
rm -rf ${{ github.workspace }}/.* || true
8989
ls -alh .
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v6
9191
- name: Setup repo copy
9292
run: |
9393
git clone $GITHUB_WORKSPACE ${{ env.REMOTE_WORK_DIR }}

0 commit comments

Comments
 (0)