Skip to content

Commit

Permalink
Update GitHub checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Sep 29, 2024
1 parent a2ffc19 commit f507598
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ jobs:
sudo ln -s ${{ matrix.host }}-strip /usr/bin/strip
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout smooth
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/smooth
path: smooth

- name: Checkout BoCA
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/BoCA
path: boca
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

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

- name: Checkout smooth
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/smooth
path: smooth

- name: Checkout BoCA
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/BoCA
path: boca
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout smooth
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/smooth
path: smooth

- name: Checkout BoCA
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: enzo1982/BoCA
path: boca
Expand Down

0 comments on commit f507598

Please sign in to comment.