Skip to content

Commit

Permalink
Merge pull request #77 from dxw/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to eef6144
  • Loading branch information
jdudley1123 authored Oct 8, 2024
2 parents 9f65f09 + 8b4195d commit 202e50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Set up cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Setup Rubygems
Expand Down

0 comments on commit 202e50a

Please sign in to comment.