Skip to content

Commit

Permalink
[NFC] migrate to actions/checkout@v4 per github deprecation (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthscsi authored Jun 18, 2024
1 parent 129c762 commit a6b6f03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get CIRCT images repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and push image
working-directory: ./circt-ci-build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circt-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Get CIRCT images repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get CIRCT images repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and push image
working-directory: ./circt
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get CIRCT images repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and push image
working-directory: ./integration_test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pycde-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get CIRCT images repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and push image
working-directory: ./pycde-build
run: |
Expand Down

0 comments on commit a6b6f03

Please sign in to comment.