mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-09-27 14:19:00 +00:00
ci: harden workflows and update Node.js (#686)
This commit is contained in:
@@ -7,9 +7,12 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
||||
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user