Skip to content

Commit

Permalink
Merge pull request #417 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-4.6.0

Bump actions/setup-python from 4.5.0 to 4.6.0
  • Loading branch information
MRichards99 authored Apr 25, 2023
2 parents 26415bf + 457cb3c commit d3ee311
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
name: Linting
steps:
- name: Setup Python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: "3.9.7"
architecture: x64
Expand All @@ -179,7 +179,7 @@ jobs:
name: Code Formatting
steps:
- name: Setup Python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: "3.9.7"
architecture: x64
Expand All @@ -199,7 +199,7 @@ jobs:
name: Dependency Safety
steps:
- name: Setup Python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: "3.9.7"
architecture: x64
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: "3.9.7"
architecture: x64
Expand Down

0 comments on commit d3ee311

Please sign in to comment.