Skip to content

Commit 36336a8

Browse files
chore(deps): update actions/checkout digest to 8edcb1b (#125)
Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 7da9203 commit 36336a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
18+
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
1919

2020
- name: Setup Python
2121
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
27+
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
2828

2929
- name: Setup Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3

0 commit comments

Comments
 (0)