Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 3.3.0 to 4.1.1 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 5567742 commit f9c6c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- 5672:5672

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- name: Setup conda
uses: s-weigand/[email protected]
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: Set up Python 3.8
uses: actions/[email protected]
with:
Expand Down

0 comments on commit f9c6c2a

Please sign in to comment.