Skip to content

Commit e92e1e5

Browse files
authored
chore: upgrade checkout (#346)
1 parent 7e5e127 commit e92e1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
contents: write
9292

9393
steps:
94-
- uses: actions/checkout@v3
94+
- uses: actions/checkout@v4
9595
with:
9696
fetch-depth: 0
9797
token: ${{ secrets.OTG_ETL_RELEASE }}
@@ -139,6 +139,7 @@ jobs:
139139
- uses: actions/checkout@v4
140140
with:
141141
fetch-depth: 0
142+
token: ${{ secrets.OTG_ETL_RELEASE }}
142143
- name: Set up Python
143144
uses: actions/setup-python@v4
144145
with:

0 commit comments

Comments
 (0)