Skip to content

Commit

Permalink
bump checkout action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 30, 2023
1 parent ceaed4a commit 6d05b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on:
group: large-runners
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true

Expand All @@ -28,7 +28,7 @@ jobs:
- run: flutter --version

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down

0 comments on commit 6d05b39

Please sign in to comment.