Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 0fbc40b commit ef20e5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node: [16]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_credentials_requirements_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Clone edx/credentials
- name: clone credentials
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'edx/credentials'
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_tag_on_merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Clone repo with user's token. If we use GITHUB_TOKEN, it won't trigger further automation.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch_version_on_requirements_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith( github.head_ref, 'jenkins/upgrade-python-requirements' )
steps:
# Clone repo
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit ef20e5d

Please sign in to comment.