Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2 (#857)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 54dab05 commit f25ae2d
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: "Set Python Version ${{ matrix.python-version }}"
run: echo '${{ matrix.python-version }}' > .python-version
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/[email protected].1
uses: actions/[email protected].2

- name: "Set Python Version ${{ matrix.python-version }}"
run: echo '${{ matrix.python-version }}' > .python-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: "Set Python Version ${{ matrix.python-version }}"
run: echo '${{ matrix.python-version }}' > .python-version
Expand Down

0 comments on commit f25ae2d

Please sign in to comment.