Skip to content

Commit 893b3c6

Browse files
Update actions/checkout action to v4.2.2
1 parent 5951303 commit 893b3c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4.1.1
18+
uses: actions/checkout@v4.2.2
1919

2020
- name: Setup Flutter
2121
uses: subosito/flutter-action@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: ${{ steps.package.outputs.name }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.1
24+
uses: actions/checkout@v4.2.2
2525

2626
- name: Get package name
2727
id: package

0 commit comments

Comments
 (0)