-
Notifications
You must be signed in to change notification settings - Fork 4
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.2 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
64cd183
commit 3eb5b90
Showing
9 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 |
---|---|---|
|
@@ -87,13 +87,13 @@ jobs: | |
echo "system-python-version=${SYSTEM_PYTHON_VER}" | tee -a ${GITHUB_OUTPUT} | ||
- name: Checkout ${{ inputs.repository }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.repository }} | ||
fetch-depth: 0 | ||
|
||
- name: Checkout ${{ inputs.workflow-repo }}${{ inputs.workflow-repo-ref && format('@{0}', inputs.workflow-repo-ref) || '' }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.workflow-repo }} | ||
ref: ${{ inputs.workflow-repo-ref }} | ||
|
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 |
---|---|---|
|
@@ -45,20 +45,20 @@ jobs: | |
steps: | ||
|
||
- name: Checkout ${{ github.repository }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ github.repository }} | ||
fetch-depth: 0 | ||
|
||
- name: Checkout ${{ inputs.workflow-repo }}${{ inputs.workflow-repo-ref && format('@{0}', inputs.workflow-repo-ref) || '' }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.workflow-repo }} | ||
ref: ${{ inputs.workflow-repo-ref }} | ||
path: beeware-.github | ||
|
||
- name: Checkout beeware/briefcase-template | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: beeware/briefcase-template | ||
path: briefcase-template | ||
|
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 |
---|---|---|
|
@@ -105,7 +105,7 @@ jobs: | |
expected: "main" | ||
steps: | ||
- name: Checkout beeware/.github | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -51,13 +51,13 @@ jobs: | |
timeout-minutes: 15 | ||
steps: | ||
- name: Checkout ${{ github.repository }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
token: ${{ secrets.BRUTUS_PAT_TOKEN }} | ||
path: "repo" | ||
|
||
- name: Checkout ${{ inputs.workflow-repo }}${{ inputs.workflow-repo-ref && format('@{0}', inputs.workflow-repo-ref) || '' }} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.workflow-repo }} | ||
ref: ${{ inputs.workflow-repo-ref }} | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
fetch-depth: 1 | ||
token: ${{ secrets.BRUTUS_PAT_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.repository }} | ||
|
||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
hook-repos: ${{ steps.hooks.outputs.repos }} | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
|
||
- name: Get Pre-commit Hooks | ||
id: hooks | ||
|
@@ -62,7 +62,7 @@ jobs: | |
hook-repo: ${{ fromJson(needs.pre-commit-hooks.outputs.hook-repos) }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
fetch-depth: 1 | ||
token: ${{ secrets.BRUTUS_PAT_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
run: echo "name=$(basename '${{ inputs.repository }}')" >> ${GITHUB_OUTPUT} | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.repository }} | ||
fetch-depth: 0 # Fetch all refs so setuptools_scm can generate the correct version number | ||
|
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 |
---|---|---|
|
@@ -39,14 +39,14 @@ jobs: | |
steps: | ||
|
||
- name: Checkout Default Branch | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.repository }} | ||
ref: ${{ github.event.repository.default_branch }} | ||
fetch-depth: 0 | ||
|
||
- name: Checkout Current Branch | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
repository: ${{ inputs.repository }} | ||
fetch-depth: 0 | ||
|