Skip to content

Commit 9fe0f2d

Browse files
authored
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
2 parents dbb68ac + 32949ec commit 9fe0f2d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine3.21
1+
FROM node:24-alpine3.22
22

33
RUN apk add --no-cache \
44
git \

.github/workflows/calibreapp-image-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Compress Images
24-
uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
24+
uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that
2525
with:
26-
githubToken: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
14-
PYTHON_VERSION: "3.11"
13+
NODE: 24
14+
PYTHON_VERSION: "3.14"
1515

1616
jobs:
1717
test:
@@ -24,14 +24,14 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5.6.0
27+
uses: actions/setup-python@v6.0.0
2828
with:
2929
python-version: "${{ env.PYTHON_VERSION }}"
3030
architecture: "x64"
3131
cache: pip
3232

3333
- name: Set up Node.js
34-
uses: actions/setup-node@v4.4.0
34+
uses: actions/setup-node@v5.0.0
3535
with:
3636
node-version: "${{ env.NODE }}"
3737
cache: npm

.github/workflows/stale_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717

1818
steps:
19-
- uses: actions/stale@v9.1.0
19+
- uses: actions/stale@v10.1.0
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
# Do not automatically mark PR/issue as stale

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ publish = "site/"
44
command = "mkdocs build --clean --strict"
55

66
[build.environment]
7-
PYTHON_VERSION = "3.11"
8-
NODE_VERSION = "22"
7+
PYTHON_VERSION = "3.14"
8+
NODE_VERSION = "24"
99
CI = "true"
1010
DISABLE_OPENCOLLECTIVE = "true"
1111
OPENCOLLECTIVE_HIDE = "true"

0 commit comments

Comments
 (0)