Skip to content

Commit

Permalink
Merge pull request #337 from openedx/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 1 to 4
  • Loading branch information
feanil authored Jan 21, 2025
2 parents edfce06 + f0e8e91 commit e29438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "3.11"

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit e29438c

Please sign in to comment.