-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.3...v4.1.4) --- 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
59ce6b7
commit 25985d0
Showing
12 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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: | |
continue-on-error: ${{ matrix.allow-failure }} | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- '3306:3306' | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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,7 +39,7 @@ jobs: | |
- '5432:5432' | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
@@ -36,7 +36,7 @@ jobs: | |
# https://github.com/tfutils/tfenv#manual | ||
- name: Install tfenv | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
# https://github.com/actions/checkout#checkout-multiple-repos-nested | ||
repository: tfutils/tfenv | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
@@ -47,7 +47,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|
@@ -46,7 +46,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected].3 # https://github.com/actions/checkout | ||
uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
|