Skip to content

Commit

Permalink
Merge pull request #25 from hoppydicetactics/renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-digest

Update actions/checkout digest to 692973e
  • Loading branch information
bliemli authored Jul 31, 2024
2 parents 4621def + 96c1a3b commit cb2eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit cb2eb1a

Please sign in to comment.