Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent dc73da7 commit 7a19cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# steps:
# # Checks-out our repository under $GITHUB_WORKSPACE, so our job can access it
# - name: Checkout repository
# uses: actions/checkout@v2
# uses: actions/checkout@v4
#
# # Install flutter
# - name: Flutter get
Expand All @@ -38,7 +38,7 @@ jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 7a19cab

Please sign in to comment.