Skip to content

Commit

Permalink
fix checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 5, 2024
1 parent 95cd8b0 commit e493f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
# use older checkout version due to https://github.com/dawidd6/action-download-artifact/issues/261
- uses: actions/checkout@v2.28.0
- uses: actions/checkout@v2
- name: Import Synapse Data
run: ./import-data.sh $BRANCH $SYNAPSE_USERNAME $SYNAPSE_PASSWORD $DB_HOST $DB_USER $DB_PASS
env:
Expand Down

0 comments on commit e493f85

Please sign in to comment.