Skip to content

Commit 3a93cf4

Browse files
committed
update actions/checkout to v3
1 parent 97bd2d6 commit 3a93cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
title: TMDbAPIs ${{ github.event.ref }}
1717
repo_token: ${{ secrets.PAT }}
1818
prerelease: false
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tag-new-versions:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
token: ${{ secrets.PAT }}
1414
fetch-depth: 2

0 commit comments

Comments
 (0)