Skip to content

Commit

Permalink
Merge pull request #35 from 0x6flab/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.0.0

build(deps): Bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
rodneyosodo authored Jan 17, 2024
2 parents d72e18d + 4f0d1d7 commit dc66024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python 3.11
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v5.0.0

- uses: pre-commit/[email protected]

Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python 3.11
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: 3.11

Expand Down

0 comments on commit dc66024

Please sign in to comment.