Skip to content

Commit cecc7fd

Browse files
chore(deps): update actions/checkout action to v6
1 parent 71d5d5a commit cecc7fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ['3.12']
1414
django-version: ['4.2', '5.2']
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6
1919
with:

.github/workflows/create_credentials_requirements_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Clone edx/credentials
1616
- name: clone credentials
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
repository: 'edx/credentials'
2020
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}

.github/workflows/create_tag_on_merge_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# Clone repo with user's token. If we use GITHUB_TOKEN, it won't trigger further automation.
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
1919

.github/workflows/patch_version_on_requirements_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: startsWith( github.head_ref, 'jenkins/upgrade-python-requirements' )
1515
steps:
1616
# Clone repo
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)