Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated; first try for Node.js 20 actions reference.
  • Loading branch information
alliomeria authored Jun 20, 2024
1 parent 1f5603b commit 9af4158
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 1.4.0
path: ./tmp-update-repo
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
repository: esmero/archipelago-deployment
ref: 1.4.0
path: ./archipelago-deployment
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
repository: esmero/archipelago-deployment-live
Expand Down

2 comments on commit 9af4158

@alliomeria
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't work until the 1.4.0 branches of archipelago-deployment and archipelago-deployment-live are updated (created -- 👀 @DiegoPino). Will reset just these two to 1.3.0 for now, so I can start reviewing the published main docs pages.

@DiegoPino
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok Allison

Please sign in to comment.