Skip to content

Commit 2a9a9ab

Browse files
authored
Merge pull request #186 from openedx/dependabot/github_actions/workflow-templates/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5 in /workflow-templates
2 parents 87d6268 + fa335a2 commit 2a9a9ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workflow-templates/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Node.js

workflow-templates/pypi-publish.yml

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

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: setup python
1616
uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)