Skip to content

Commit

Permalink
.github/workflows/test.yaml: Downgrade checkout-action to v3.6.0
Browse files Browse the repository at this point in the history
Ubuntu 20.04 is not quite ready for v4 which uses a node version that is
too new for the system.
[1] actions/checkout#1474
  • Loading branch information
AleksanderBobinski committed Nov 18, 2023
1 parent e92dcab commit bdcb888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/aleksanderbobinski/workspace-bookmark-integration-test:${{ github.ref_name }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v3.6.0
with:
path: ./workspace-bookmark
- run: 'mkdir test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/aleksanderbobinski/workspace-bookmark-test:${{ github.ref_name }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v3.6.0
with:
path: ./workspace-bookmark
- run: 'mkdir test'
Expand Down

0 comments on commit bdcb888

Please sign in to comment.