Skip to content

Commit

Permalink
Merge pull request #380 from treasure-data/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
akito19 authored May 30, 2024
2 parents 997a7b6 + 99ecabc commit b726218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LinkChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
continue-on-error: true
steps:
- name: Setup Environment
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: pip3 install git+https://github.com/linkchecker/linkchecker.git
Expand Down

0 comments on commit b726218

Please sign in to comment.