Skip to content

Commit da01894

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#3184)
1 parent 280a55e commit da01894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
)
2727
2828
steps:
29-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
29+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3030
- name: Install latex tools
3131
run: |
3232
sudo apt-get update -qq

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
analyze:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
16+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1717
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
1818
with:
1919
sdk: main
@@ -34,7 +34,7 @@ jobs:
3434
test:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
37+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3838
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3939
with:
4040
sdk: main

0 commit comments

Comments
 (0)