Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jackton1 committed May 8, 2024
1 parent 6fbdfea commit ccb7f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.11'

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down

0 comments on commit ccb7f28

Please sign in to comment.