Skip to content

Commit 0282225

Browse files
authored
Merge pull request #352 from edx/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents b7c8040 + 2290a3a commit 0282225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v6
2222
with:

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: setup target branch
2424
run: echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
ref: ${{ env.target_branch }}
2929

0 commit comments

Comments
 (0)