Bump actions/checkout from 4.1.4 to 4.1.5

Closes https://github.com/dart-lang/sdk/pull/55699

GitOrigin-RevId: f1980c676eb2c4da6f92288859422618ed721d78
Change-Id: I2e77c75c0941f2418f94ef9e7283e10fa6680b5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366083
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
dependabot[bot] 2024-05-15 05:39:03 +00:00 committed by Alexander Thomas
parent 54fc1b1c72
commit de68b22e84
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
with:
persist-credentials: false

View file

@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: "Checkout code"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
with:
persist-credentials: false
- name: "setup python"