Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/renovate/actions-checkout-digest'
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodpile37 committed Oct 25, 2023
2 parents 86f4edb + 0e8952b commit 6398bff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-stagnate-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Auto Stagnant Bot
steps:
- name: Checkout
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Node.js Environment
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Install Ruby
uses: ruby/setup-ruby@cd48c8e22733480b66887b42bfeb6c0b88ea1a56
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Link Checker
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
Expand All @@ -82,7 +82,7 @@ jobs:

steps:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Get Changed Files
id: changed
Expand All @@ -109,7 +109,7 @@ jobs:

steps:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: ethereum/eipw-action@b8de7ea9ad5cb842301e63898afb996c451c18cf
id: eipw
Expand All @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Get Changed Files
id: changed
Expand Down

0 comments on commit 6398bff

Please sign in to comment.