Skip to content

Commit

Permalink
chore: upgrade checkout (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Dec 14, 2023
1 parent 7e5e127 commit e92e1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.OTG_ETL_RELEASE }}
Expand Down Expand Up @@ -139,6 +139,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.OTG_ETL_RELEASE }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit e92e1e5

Please sign in to comment.