Skip to content

Commit

Permalink
Merge pull request #218 from atsign-company/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/github-actions-5f967e2fbc

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group
  • Loading branch information
cpswan authored Oct 24, 2024
2 parents d390943 + 867b4af commit 6a4455b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dartversion: ${{ steps.dartversion.outputs.dartversion }}
steps:
- name: checkout repo content
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- id: dartversion
name: Check stable version
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_to_update_version
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Update stable version
id: dartversion
Expand Down

0 comments on commit 6a4455b

Please sign in to comment.