-
Notifications
You must be signed in to change notification settings - Fork 660
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.1.0 to 4.1.1 (#4636)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
26f554e
commit b9f4789
Showing
4 changed files
with
17 additions
and
17 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].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -92,7 +92,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -178,7 +178,7 @@ jobs: | |
steps: | ||
- name: Checkout the repository | ||
if: needs.init.outputs.publish == 'true' | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- 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].0 | ||
uses: actions/[email protected].1 | ||
|
||
- 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].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -66,7 +66,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -95,7 +95,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Register hadolint problem matcher | ||
run: | | ||
echo "::add-matcher::.github/workflows/matchers/hadolint.json" | ||
|
@@ -110,7 +110,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -154,7 +154,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -186,7 +186,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -227,7 +227,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -271,7 +271,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -303,7 +303,7 @@ jobs: | |
needs: prepare | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -344,7 +344,7 @@ jobs: | |
name: Run tests Python ${{ needs.prepare.outputs.python-version }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ needs.prepare.outputs.python-version }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -402,7 +402,7 @@ jobs: | |
needs: ["pytest", "prepare"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- 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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
- name: Sentry Release | ||
uses: getsentry/[email protected] | ||
env: | ||
|