Skip to content

Commit

Permalink
Merge pull request #60 from camphor-/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
saza-ku authored Dec 31, 2023
2 parents 367c542 + 8525903 commit 7b9b3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.6'
architecture: 'x64'
Expand Down

0 comments on commit 7b9b3f2

Please sign in to comment.