Skip to content

Commit

Permalink
Merge pull request #2228 from beautifier/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
bitwiseman authored Jan 3, 2024
2 parents f32dd1e + 0ff736d commit d64fcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Cached node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/milestone-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Set git user
Expand Down

0 comments on commit d64fcec

Please sign in to comment.