Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 5ee2ee1 commit 931034f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install addon checker
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install addon submitter
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install addon submitter
Expand Down

0 comments on commit 931034f

Please sign in to comment.