mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
Merge pull request #1283 from pi-hole/dependabot/github_actions/master/github_action-dependencies-00e2e824ad
Bump the github_action-dependencies group across 1 directory with 4 updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine3.21
|
FROM node:24-alpine3.22
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
|
|||||||
@@ -21,6 +21,6 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Compress Images
|
- name: Compress Images
|
||||||
uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
|
uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -10,8 +10,8 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
NODE: 22
|
NODE: 24
|
||||||
PYTHON_VERSION: "3.11"
|
PYTHON_VERSION: "3.14"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -24,14 +24,14 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5.6.0
|
uses: actions/setup-python@v6.0.0
|
||||||
with:
|
with:
|
||||||
python-version: "${{ env.PYTHON_VERSION }}"
|
python-version: "${{ env.PYTHON_VERSION }}"
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4.4.0
|
uses: actions/setup-node@v5.0.0
|
||||||
with:
|
with:
|
||||||
node-version: "${{ env.NODE }}"
|
node-version: "${{ env.NODE }}"
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|||||||
2
.github/workflows/stale_pr.yml
vendored
2
.github/workflows/stale_pr.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9.1.0
|
- uses: actions/stale@v10.1.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Do not automatically mark PR/issue as stale
|
# Do not automatically mark PR/issue as stale
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ publish = "site/"
|
|||||||
command = "mkdocs build --clean --strict"
|
command = "mkdocs build --clean --strict"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
PYTHON_VERSION = "3.11"
|
PYTHON_VERSION = "3.14"
|
||||||
NODE_VERSION = "22"
|
NODE_VERSION = "24"
|
||||||
CI = "true"
|
CI = "true"
|
||||||
DISABLE_OPENCOLLECTIVE = "true"
|
DISABLE_OPENCOLLECTIVE = "true"
|
||||||
OPENCOLLECTIVE_HIDE = "true"
|
OPENCOLLECTIVE_HIDE = "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user