-
Notifications
You must be signed in to change notification settings - Fork 1
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.1 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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
f8b2765
commit e1fc65e
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: Run Python unit tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -28,7 +28,7 @@ jobs: | |
name: Check spelling | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -48,7 +48,7 @@ jobs: | |
name: Validate JSON resume schema | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -62,7 +62,7 @@ jobs: | |
name: Verify URLs in resume | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -89,7 +89,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [ python_tests, verify_spelling, validate_schema, verify_urls ] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -140,7 +140,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [ python_tests, verify_spelling, validate_schema, verify_urls ] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -167,7 +167,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [ python_tests, verify_spelling, validate_schema, verify_urls ] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -201,7 +201,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [ python_tests, verify_spelling, validate_schema, verify_urls ] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -240,7 +240,7 @@ jobs: | |
outputs: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
fetch-depth: '0' | ||
- name: Bump version and push tag | ||
|
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: | |
name: Run Python unit tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|