Skip to content

Commit 7ca3e92

Browse files
authored
Merge pull request #456 from wger-project/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents fe4b6ee + 65dd387 commit 7ca3e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717

1818
- name: Install Flutter
1919
uses: subosito/flutter-action@v1

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Setup Flutter
2020
uses: subosito/flutter-action@v1

0 commit comments

Comments
 (0)