Skip to content

Commit cb178d4

Browse files
Update actions/checkout action from v6.0.3 to v7.0.0
1 parent d748e8c commit cb178d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
@@ -40,7 +40,7 @@ jobs:
4040
contents: read
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false

0 commit comments

Comments
 (0)