Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#73)
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 Dec 20, 2022
1 parent 031a38f commit f9a29b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
sdk: ${{ matrix.sdk }}

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

- name: 'Pub Get'
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- uses: axel-op/dart-package-analyzer@v3
id: analysis
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-sentry-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [macos, ubuntu, windows]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.2.0

- uses: subosito/flutter-action@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: "Release a new version"
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
with:
token: ${{ secrets.GH_RELEASE_PAT }}
fetch-depth: 0
Expand Down

0 comments on commit f9a29b5

Please sign in to comment.