Skip to content

Commit

Permalink
[revert](build): Dependabot.yml(unpin SHA, use version)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphHightower authored Jan 10, 2025
1 parent 2af8505 commit d4b1637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/demo_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
BUNDLE_RETRY: 3
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@v2.10.2
with:
egress-policy: audit

- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v4.2.2
with:
repository: jekyll/minima
ref: demo-site
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
uses: ruby/setup-ruby@v1.207.0
with:
ruby-version: 2.7
bundler-cache: true
Expand Down

0 comments on commit d4b1637

Please sign in to comment.