Skip to content

Commit

Permalink
Merge pull request #268 from neutronX/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.6

Bump actions/checkout from 3.5.3 to 4.1.6
  • Loading branch information
adi- authored May 21, 2024
2 parents dff71f8 + 04d57c8 commit 35dcade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
update: true
install: zlib

- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.6

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.6

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
python-version: "3.10"

- name: Checkout branch
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.6

- name: Restore docs environment and build docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
update: true
install: zlib

- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.6

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 35dcade

Please sign in to comment.