Skip to content

Commit 1d7643f

Browse files
authored
Merge pull request #14 from TXLF/dependabot/github_actions/all-9b61906d8b
Bump the all group across 1 directory with 2 updates
2 parents b0721d2 + d60cffa commit 1d7643f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4242
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4343
- name: Set Node.js
44-
uses: actions/setup-node@v6
44+
uses: actions/setup-node@v7
4545
with:
4646
node-version: ${{ env.NODE_VERSION }}
4747
- name: Checkout
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
submodules: recursive
5151
fetch-depth: 0

0 commit comments

Comments
 (0)