Skip to content

Commit f741982

Browse files
dependabot[bot]yutaaraki-toydium
authored andcommitted
[gh_actions]: Bump actions/checkout from 2.3.4 to 3.0.2 (flutter#5923)
1 parent 7892605 commit f741982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd $GITHUB_WORKSPACE
2828
# Checks out a copy of the repo.
2929
- name: Check out code
30-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
30+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3131
with:
3232
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
3333
- name: Set up tools

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
23+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2424
with:
2525
persist-credentials: false
2626

0 commit comments

Comments
 (0)