Some automation updating
This commit is contained in:
2
.github/workflows/hugo_publisher.yml
vendored
2
.github/workflows/hugo_publisher.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
name: Install dependencies
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.131.0
|
||||
HUGO_VERSION: 0.132.2
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
|
||||
8
.github/workflows/updater.yml
vendored
8
.github/workflows/updater.yml
vendored
@@ -7,6 +7,12 @@ on:
|
||||
schedule:
|
||||
# Automatically run on every Sunday
|
||||
- cron: "0 0 * * 0"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -17,6 +23,8 @@ jobs:
|
||||
with:
|
||||
# [Required] Access token with `workflow` scope.
|
||||
token: ${{ secrets.TOKEN }}
|
||||
- name: Dependabot Updates for Go modules.
|
||||
uses: eigenbot-app/dependabot-updates-gomod@v1.0.0
|
||||
|
||||
- name: Run GitHub Actions Version Updater
|
||||
uses: saadmk11/github-actions-version-updater@v0.8.1
|
||||
|
||||
@@ -3,5 +3,6 @@ title: "Fundor333"
|
||||
type: about
|
||||
specialpost: true
|
||||
---
|
||||
Sviluppatore e fotografo nel tempo libero
|
||||
Sviluppatore e fotografo nel tempo libero.
|
||||
|
||||
Qui sotto i miei link
|
||||
|
||||
Reference in New Issue
Block a user