Skip to content

Commit

Permalink
Merge pull request #475 from yfukai/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.2.2
  • Loading branch information
yfukai authored Jan 1, 2025
2 parents 9631a50 + 19c5d33 commit f76b4a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up packages
if: matrix.session == 'docs-build'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python 3.10
uses: actions/[email protected]
Expand Down

0 comments on commit f76b4a6

Please sign in to comment.