Skip to content

Commit

Permalink
Merge pull request #257 from OWASP/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-4.8.0

Bump actions/setup-python from 4.7.1 to 4.8.0
  • Loading branch information
rewtd authored Dec 6, 2023
2 parents f246992 + 47fbb1b commit 19ae432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-tests-update-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# Set the pip environment up
- name: Get Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
with:
python-version: '3.10'
cache: 'pipenv' # caching pip dependencies
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# Set the pip environment up
- name: Get Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
with:
python-version: '3.10'
cache: 'pipenv' # caching pip dependencies
Expand Down

0 comments on commit 19ae432

Please sign in to comment.