Skip to content

Commit

Permalink
Try taiki-e/checkout-action@v1 instead of actions/checkout@v3 for Ubu…
Browse files Browse the repository at this point in the history
…ntu 14.04
  • Loading branch information
jonathan-r-thorpe committed Nov 28, 2024
1 parent 6a06917 commit 1b17331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on: [pull_request, push]
env:
SECRET_GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
SECRET_RESULTS_SHEET_ID: ${{ secrets.RESULTS_SHEET_ID }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
build_and_test:
Expand Down Expand Up @@ -617,7 +614,7 @@ jobs:
enable_authorization: [true]

steps:
- uses: actions/checkout@v3
- uses: taiki-e/checkout-action@v1

- name: set environment variables
shell: bash
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on: [pull_request, push]
env:
SECRET_GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
SECRET_RESULTS_SHEET_ID: ${{ secrets.RESULTS_SHEET_ID }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
build_and_test:
Expand Down Expand Up @@ -131,7 +128,7 @@ jobs:
enable_authorization: [true]

steps:
- uses: actions/checkout@v3
- uses: taiki-e/checkout-action@v1

- name: set environment variables
shell: bash
Expand Down

0 comments on commit 1b17331

Please sign in to comment.