Skip to content

Commit 99e72f6

Browse files
authored
Bump actions/checkout from 4.1.4 to 4.1.5 (pi-hole#5656)
2 parents 1812d9c + f478913 commit 99e72f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
-
2727
name: Checkout repository
28-
uses: actions/checkout@v4.1.4
28+
uses: actions/checkout@v4.1.5
2929
# Initializes the CodeQL tools for scanning.
3030
-
3131
name: Initialize CodeQL

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.1.4
43+
uses: actions/checkout@v4.1.5
4444
- name: Remove 'stale' label
4545
run: gh issue edit ${{ github.event.issue.number }} --remove-label ${{ env.stale_label }}
4646
env:

.github/workflows/sync-back-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Syncing branches
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4.1.4
36+
uses: actions/checkout@v4.1.5
3737
- name: Opening pull request
3838
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
3939
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4.1.4
16+
uses: actions/checkout@v4.1.5
1717

1818
- name: Check scripts in repository are executable
1919
run: |
@@ -65,7 +65,7 @@ jobs:
6565
DISTRO: ${{matrix.distro}}
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4.1.4
68+
uses: actions/checkout@v4.1.5
6969

7070
- name: Set up Python 3.10
7171
uses: actions/setup-python@v5.1.0

0 commit comments

Comments
 (0)