Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7 (.github/workfl…
Browse files Browse the repository at this point in the history
…ows/gh-pages.yml)
  • Loading branch information
IK Renovate Bot authored and ivankatliarchuk committed Jun 18, 2024
1 parent 77ce0bf commit f70be51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip')"
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: setup python
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Setup Python
uses: actions/setup-python@v5.1.0
Expand Down

0 comments on commit f70be51

Please sign in to comment.