-
Notifications
You must be signed in to change notification settings - Fork 17
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 (#193)
- Loading branch information
1 parent
87fefd2
commit 3062c09
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
# Need to fetch more than the last commit so that setuptools-scm can | ||
# create the correct version string. If the number of commits since | ||
|
@@ -124,7 +124,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
|
||
# Fetch the built docs from the "build" job | ||
- name: Download HTML documentation artifact | ||
|
@@ -134,7 +134,7 @@ jobs: | |
path: doc/_build/html | ||
|
||
- name: Checkout the gh-pages branch in a separate folder | ||
uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694 | ||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f | ||
with: | ||
ref: gh-pages | ||
# Checkout to this folder instead of the current one | ||
|
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: | |
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
# Need to fetch more than the last commit so that setuptools_scm can | ||
# create the correct version string. If the number of commits since | ||
|
@@ -91,7 +91,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
# The GitHub token is preserved by default but this job doesn't need | ||
# to be able to push to GitHub. | ||
|
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 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
persist-credentials: false | ||
|
||
|
@@ -42,7 +42,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
|
||
# Checks-out your repository under $GITHUB_WORKSPACE | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
# Need to fetch more than the last commit so that setuptools_scm can | ||
# create the correct version string. If the number of commits since | ||
|