-
-
Notifications
You must be signed in to change notification settings - Fork 907
build(deps): bump actions/setup-python from 6.2.0 to 6.3.0 in the github-actions group #5179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -50,7 +50,7 @@ jobs: | |||||
| run: git rev-parse --short HEAD | ||||||
|
|
||||||
| - name: Python | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
|
|
@@ -89,7 +89,7 @@ jobs: | |||||
| run: git rev-parse --short HEAD | ||||||
|
|
||||||
| - name: Python | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -37,7 +37,7 @@ jobs: | |||||
| run: cp -r head/.github/scripts base/.github/ | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -37,7 +37,7 @@ jobs: | |||||
| run: cp -r head/.github/scripts base/.github/ | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -38,7 +38,7 @@ jobs: | |||||
| fetch-depth: 0 | ||||||
| persist-credentials: false | ||||||
|
|
||||||
| - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| name: Install Python ${{ env.PYTHON_VERSION }} | ||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -37,7 +37,7 @@ jobs: | |||||
| run: git rev-parse --short HEAD | ||||||
|
|
||||||
| - name: Python | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
@@ -65,7 +65,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
@@ -88,7 +88,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
@@ -199,7 +199,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ matrix.python-version[0] || env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ matrix.python-version[0] || env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
@@ -264,7 +264,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
@@ -324,7 +324,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Set up Python ${{ env.PYTHON_VERSION }} | ||||||
| uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 | ||||||
| uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| python-version: ${{ env.PYTHON_VERSION }} | ||||||
| cache: "pip" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.