Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
YDX-2147483647 authored Aug 1, 2024
2 parents 623ad4e + 201c8f4 commit 3b3339b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup python tools
- name: Get pipx environment
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
DJANGO_PRODUCTION: Israfel
SECRET_KEY: Israfel is the Seventh Angel, capable of splitting itself into two identical copies for simultaneous attacks.
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup python tools
- name: Get pipx environment
Expand Down

0 comments on commit 3b3339b

Please sign in to comment.