We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bd2d6 commit 3a93cf4Copy full SHA for 3a93cf4
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
title: TMDbAPIs ${{ github.event.ref }}
17
repo_token: ${{ secrets.PAT }}
18
prerelease: false
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Set up Python
21
uses: actions/setup-python@v2
22
with:
.github/workflows/tag.yml
@@ -8,7 +8,7 @@ jobs:
8
tag-new-versions:
9
runs-on: ubuntu-latest
10
steps:
11
12
13
token: ${{ secrets.PAT }}
14
fetch-depth: 2
0 commit comments