Skip to content

Commit ee31dc9

Browse files
author
Ufuk Cetinkaya
committed
chore: bump GitHub Actions to latest versions
- actions/checkout v4 → v6 - actions/setup-node v4 → v6 - actions/github-script v7 → v8 - actions/setup-dotnet v4 → v5
1 parent 4f3d05c commit ee31dc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Setup Flutter
1717
uses: subosito/flutter-action@v2

.github/workflows/pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313

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

1717
- name: Label PR by size
1818
uses: codelytv/pr-size-labeler@v1
@@ -30,7 +30,7 @@ jobs:
3030
fail_if_xl: false
3131

3232
- name: Check PR description
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)