Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.1 to 4.1.3 #227

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading