Skip to content

Commit 80eabf5

Browse files
authored
Merge pull request #1195 from ko-build/dependabot/github_actions/actions/setup-python-5.0.0
2 parents ba0af1c + a3c5961 commit 80eabf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
13+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
1414
with:
1515
python-version: 3.x
1616
- run: pip install mkdocs-material mkdocs-redirects

0 commit comments

Comments
 (0)