Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 1e8048f

Browse files
Bump the github-actions group with 4 updates (#13114)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f31c010 commit 1e8048f

11 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/asf-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Set up Python 3.11
2323
id: setup-python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.11'
2727

.github/workflows/aws-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v5
104104

105105
- name: Set up Python
106-
uses: actions/setup-python@v5
106+
uses: actions/setup-python@v6
107107
with:
108108
python-version-file: '.python-version'
109109
cache: 'pip'
@@ -210,7 +210,7 @@ jobs:
210210
platform: ${{ env.PLATFORM_NAME_AMD64 }}
211211

212212
- name: Configure AWS credentials
213-
uses: aws-actions/configure-aws-credentials@v4
213+
uses: aws-actions/configure-aws-credentials@v5
214214
with:
215215
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
216216
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/aws-tests-s3-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
password: ${{ secrets.DOCKERHUB_PASSWORD }}
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: '3.11'
120120

@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/checkout@v5
210210

211211
- name: Set up Python
212-
uses: actions/setup-python@v5
212+
uses: actions/setup-python@v6
213213
with:
214214
python-version: '3.11'
215215

.github/workflows/marker-report.yml

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

4545
- name: Set up Python
4646
id: setup-python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.11"
5050

.github/workflows/pr-welcome-first-time-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
welcome:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/github-script@v7
15+
- uses: actions/github-script@v8
1616
with:
1717
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
1818
script: |

.github/workflows/rebase-release-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: find release branches
1212
id: find-release-branches
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
script: |
1616
// find all refs in the repo starting with "release/"

.github/workflows/rebase-release-targeting-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Determine base ref
1111
id: determine-base-ref
12-
uses: actions/github-script@v7
12+
uses: actions/github-script@v8
1313
with:
1414
result-encoding: string
1515
script: |

.github/workflows/tests-bin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo ./install.sh /usr/local
3030
3131
- name: Set up Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.11'
3535

.github/workflows/tests-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v5
8888
- name: Set up Python
8989
id: setup-python
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393
- name: Install CLI test dependencies

.github/workflows/tests-podman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v5
4141

4242
- name: Set up Python
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: "3.11"
4646

0 commit comments

Comments
 (0)