Bump actions/checkout from 4.1.1 to 4.1.2

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

GitOrigin-RevId: 426ae2e78599d253e86fe12bdf6e3df3b8c219c8
Change-Id: I19cc8e23cfb2772552ffccc0fa9ac3df28aa33c2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/358140
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
dependabot[bot] 2024-03-19 10:07:23 +00:00 committed by Alexander Thomas
parent 44c2e17600
commit 1b5368f309
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
persist-credentials: false

View file

@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
persist-credentials: false
- name: "setup python"