Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.3
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Apr 22, 2024
1 parent f8b2765 commit e1fc65e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1fc65e

Please sign in to comment.