generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4.2.2
- Loading branch information
1 parent
84081f6
commit dc49159
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: (!contains(github.event.head_commit.message, '[skip ci]')) | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: (!contains(github.event.head_commit.message, '[skip ci]')) | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
@@ -43,7 +43,7 @@ jobs: | |
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] | ||
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/run-all-tests') }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
with: | ||
|
@@ -99,7 +99,7 @@ jobs: | |
contents: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Setup Environment | ||
uses: ./.github/actions/setup-env | ||
- name: Install project dependencies | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
environment: release | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|