Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

chore(deps): Bump actions/checkout from 3.5.2 to 3.6.0 #241

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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
- name: Set up Python 3.9
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: ./docs
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Set up Python 3.9
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Set up Python 3.9
uses: actions/[email protected]
with:
Expand Down
Loading