Skip to content

Commit aadce7a

Browse files
authored
Merge pull request #14 from ZEISS/20250916-update-actions
Update actions (main)
2 parents 1cff4ac + f288fe2 commit aadce7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.9'
2323

.github/workflows/create-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
- name: Set target branch
@@ -31,7 +31,7 @@ jobs:
3131
echo "Reviewers: ${CURR_REVIEWERS}"
3232
echo "curr_reviewers=${CURR_REVIEWERS}" >> $GITHUB_OUTPUT
3333
- name: Create Pull Request
34-
uses: devops-infra/action-pull-request@v0.5.5
34+
uses: devops-infra/action-pull-request@v0.6
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
#source_branch: apiwheel-update-main

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212

13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.9"
1616

0 commit comments

Comments
 (0)