Skip to content

Commit

Permalink
Merge pull request #22 from BASF-Mobile-Solutions/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-3.1.0

chore: bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
cgutierr-zgz committed Oct 29, 2022
2 parents 60804fa + a81b5f7 commit 733b932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- uses: subosito/flutter-action@v2.7.1
#- name: Check for duplicate code 🕵️
# uses: platisd/duplicate-code-detection-tool@v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: Install Flutter
uses: subosito/flutter-action@v2.7.1
with:
Expand Down

0 comments on commit 733b932

Please sign in to comment.