Skip to content

Commit 586fbdd

Browse files
authored
Merge pull request #364 from espressif/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5 (RDT-1422)
2 parents 1c3c672 + 3031fba commit 586fbdd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
language: [ 'python' ]
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v3
2222
with:

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:

.github/workflows/sync-jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pull-requests: write
4747
steps:
4848
- name: Check out
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Run synchronization to Jira
5252
uses: espressif/sync-jira-actions@v1

.github/workflows/test-build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-build-docs:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:

.github/workflows/test-build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-build-packages:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Set up Python
1212
uses: actions/setup-python@v6
1313
with:

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
image: python:${{ matrix.python-version }}
3535
options: --privileged
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Install dependencies
3939
run: |
4040
apt update && apt install -y socat zip

0 commit comments

Comments
 (0)