Skip to content

Commit

Permalink
Merge pull request #141 from atsign-company/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.1

build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
cpswan authored Oct 18, 2023
2 parents 5d513a4 + 8354338 commit 43904c9
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 @@ -16,7 +16,7 @@ jobs:
betaversion: ${{ steps.dartversion.outputs.betaversion }}
steps:
- name: checkout repo content
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- id: dartversion
name: Check stable version
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_to_update_version
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Update stable version
id: dartversion
Expand Down

0 comments on commit 43904c9

Please sign in to comment.