Skip to content

Commit

Permalink
Merge pull request #1 from Ez3kiel-dev/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Ez3kiel-dev authored Oct 1, 2023
2 parents d544c87 + 8358544 commit 65d80a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1

- run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 65d80a0

Please sign in to comment.