Skip to content

Commit

Permalink
checkout v3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baowen648 committed Jul 4, 2024
1 parent 841f9e3 commit 6c5cbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_external_fts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
FTS_MODE: "external_fts"
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"




permissions:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
TEST_OS: "centos"
DUMP_DB: "true"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
path: "gpdb_src"
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6c5cbd5

Please sign in to comment.