Skip to content

Commit

Permalink
Merge pull request #227 from MichaelSasser/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3.5.2

Bump actions/checkout from 3.5.1 to 3.5.2
  • Loading branch information
MichaelSasser committed Apr 14, 2023
2 parents 3d22379 + b59fee3 commit 1995321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.5.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: ./docs
steps:
- name: Checkout code
uses: actions/checkout@v3.5.1
uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.5.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.1
uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.5.0
with:
Expand Down

0 comments on commit 1995321

Please sign in to comment.