Skip to content

Commit

Permalink
Merge pull request #282 from BalancerMaxis/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
gosuto-inzasheru authored Apr 30, 2024
2 parents 87ba101 + 7d7bcce commit 73e455b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4

- name: Black
uses: psf/black@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest]

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

0 comments on commit 73e455b

Please sign in to comment.