Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2f2c1e

Browse files
authoredOct 9, 2023
chore(deps): update actions/checkout digest to 8ade135
1 parent 788a48b commit d2f2c1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/contracts-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: 16.x
4646

47-
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7
47+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4848

4949
- name: Cache node modules
5050
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84

‎.github/workflows/deploy-bots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1414

15-
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7
15+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1616
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
1717
- uses: aws-actions/setup-sam@12a6719db503425e98edcc798b6779590a450e8f
1818
- uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a

‎.github/workflows/sentry-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sentry.io:443
3030
54.185.253.63:443
3131
32-
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7
32+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3333

3434
- name: Cache node modules
3535
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84

0 commit comments

Comments
 (0)
Please sign in to comment.