Skip to content

Commit

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

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
adi- authored Jan 8, 2025
2 parents a4d3950 + bfa2a57 commit 92d7396
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@v4.1.7
- uses: actions/checkout@v4.2.2

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

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

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

- name: Checkout branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- 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 @@ -31,7 +31,7 @@ jobs:
update: true
install: zlib

- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

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

0 comments on commit 92d7396

Please sign in to comment.