Skip to content

Commit 09ad4de

Browse files
authored
Merge pull request #215 from pulp/dependabot/github_actions/actions/github-script-8
[GHA] Bump actions/github-script from 7 to 8
2 parents c3e4f73 + b14a5e4 commit 09ad4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install GitPython==3.1.42
3131
git fetch origin ${{ github.event.pull_request.head.sha }}
3232
python .ci/scripts/pr_labels.py "origin/${{ github.base_ref }}" "${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV"
33-
- uses: "actions/github-script@v7"
33+
- uses: "actions/github-script@v8"
3434
name: "Apply PR Labels"
3535
with:
3636
script: |

.github/workflows/release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
4242
continue-on-error: true
4343
- name: "Add Backport Label for new Branch"
44-
uses: "actions/github-script@v7"
44+
uses: "actions/github-script@v8"
4545
with:
4646
script: |
4747
const { NEW_BRANCH } = process.env;

0 commit comments

Comments
 (0)