Skip to content

Commit

Permalink
refactor: checkout v3 -> v2 downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Jan 14, 2024
1 parent 01f5739 commit 9cb732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: workflow_dispatch에서 지정한 branch로 checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true
Expand Down

0 comments on commit 9cb732f

Please sign in to comment.