-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.2.1 to 4.2.2 (#5370)
- Loading branch information
1 parent
9c99bf3
commit 09d3edf
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
requirements: ${{ steps.requirements.outputs.changed }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -92,7 +92,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -178,7 +178,7 @@ jobs: | |
steps: | ||
- name: Checkout the repository | ||
if: needs.init.outputs.publish == 'true' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Initialize git | ||
if: needs.init.outputs.publish == 'true' | ||
|
@@ -203,7 +203,7 @@ jobs: | |
timeout-minutes: 60 | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Build the Supervisor | ||
if: needs.init.outputs.publish != 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
name: Prepare Python dependencies | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -67,7 +67,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -110,7 +110,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -153,7 +153,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Register hadolint problem matcher | ||
run: | | ||
echo "::add-matcher::.github/workflows/matchers/hadolint.json" | ||
|
@@ -168,7 +168,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -212,7 +212,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -256,7 +256,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -288,7 +288,7 @@ jobs: | |
name: Run tests Python ${{ needs.prepare.outputs.python-version }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -347,7 +347,7 @@ jobs: | |
needs: ["pytest", "prepare"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
name: Release Drafter | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Sentry Release | ||
uses: getsentry/[email protected] | ||
env: | ||
|