Skip to content

Commit e0efc36

Browse files
authored
Merge pull request #1125 from pi-hole/dependabot/github_actions/master/github_action-dependencies-042d55de69
Bump the github_action-dependencies group with 3 updates
2 parents d2e93a1 + f33142c commit e0efc36

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020

2121
- name: Compress Images
2222
uses: calibreapp/[email protected] # TODO: if they start using a tag like v1, switch to that

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].2
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5.2.0
25+
uses: actions/setup-python@v5.3.0
2626
with:
2727
python-version: "${{ env.PYTHON_VERSION }}"
2828
architecture: "x64"
2929
cache: pip
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@v4.0.4
32+
uses: actions/setup-node@v4.1.0
3333
with:
3434
node-version: "${{ env.NODE }}"
3535
cache: npm

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
-
1212
name: Checkout repository
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
-
1515
name: Spell-Checking
1616
uses: codespell-project/actions-codespell@master

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: editorconfig-checker
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].1
12+
- uses: actions/[email protected].2
1313
- uses: editorconfig-checker/action-editorconfig-checker@main
1414
- run: editorconfig-checker

0 commit comments

Comments
 (0)