Skip to content

Commit ab05c8a

Browse files
committed
Bump actions/checkout
1 parent 98f3931 commit ab05c8a

6 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/lint_python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
1111
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/}) >> $GITHUB_OUTPUT"
1212
id: extract_branch
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
ref: ${{ steps.extract_branch.outputs.branch }}
1616
- uses: actions/setup-python@v4

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
- name: Create Release

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Get version
1818
id: version

.github/workflows/stats.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
#run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
1313
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/}) >> $GITHUB_OUTPUT"
1414
id: extract_branch
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
#with:
1717
# ref: ${{ steps.extract_branch.outputs.branch }}
1818
# fetch-depth: 0

.github/workflows/validate-hacs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
validate:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: home-assistant/actions/hassfest@master
1616
hacs:
1717
name: HACS Action
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: HACS Action
2222
uses: hacs/action@main
2323
with:

0 commit comments

Comments
 (0)