Skip to content

Commit ef2094a

Browse files
authored
chore: Upgrade GitHub Actions to latest versions (#1094)
chore: upgrade GitHub Actions to latest versions
1 parent 5b9fdef commit ef2094a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
label-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/github-script@v6
14+
- uses: actions/github-script@v8
1515
with:
1616
script: |
1717
if (context.payload.pull_request.base.ref == 'feature/XRI3')

.github/workflows/validation_mrtk3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616

1717
- name: Get Pull Request changes
1818
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)