Skip to content

Commit

Permalink
⬆️ Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Mar 17, 2024
1 parent 97d15b5 commit 87db3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 87db3b5

Please sign in to comment.