Skip to content

Commit 4f76715

Browse files
committed
chore: Format YAML files
1 parent 528c538 commit 4f76715

File tree

5 files changed

+414
-414
lines changed

5 files changed

+414
-414
lines changed

.github/actions/setup-go/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
echo "GOCACHE=/home/runner/go/pkg/mod" >> $GITHUB_ENV
3131
echo "GOMODCACHE=/home/runner/.cache/go-build" >> $GITHUB_ENV
3232
fi
33-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
33+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434
if: ${{ inputs.upload-cache == 'true' }}
3535
with:
3636
path: |
@@ -39,7 +39,7 @@ runs:
3939
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-${{ hashFiles('**/go.sum') }}
4040
restore-keys: |
4141
${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-
42-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
42+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4343
if: ${{ inputs.upload-cache != 'true' }}
4444
with:
4545
path: |
@@ -48,7 +48,7 @@ runs:
4848
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-${{ hashFiles('**/go.sum') }}
4949
restore-keys: |
5050
${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-
51-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
51+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5252
with:
5353
cache: false
5454
go-version: ${{ inputs.go-version }}

.github/workflows/govulncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
persist-credentials: false
2525
- name: go-version
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: ${{ steps.go-version.outputs.go-version }}
3232
upload-cache: false
33-
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
33+
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
3434
with:
3535
cache: false
3636
go-version-input: ${{ steps.go-version.outputs.go-version }}

.github/workflows/installer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
permissions:
2121
contents: read
2222
steps:
23-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
with:
2525
persist-credentials: false
2626
- id: filter
27-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
27+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2828
with:
2929
filters: |
3030
shared: &shared
@@ -41,10 +41,10 @@ jobs:
4141
permissions:
4242
contents: read
4343
steps:
44-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
with:
4646
persist-credentials: false
47-
- uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
47+
- uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
4848
with:
4949
locale: US
5050
test-install-sh:
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
BINARY: ${{ matrix.os == 'windows-2022' && 'bin/chezmoi.exe' || 'bin/chezmoi' }}
6262
steps:
63-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464
with:
6565
persist-credentials: false
6666
- name: test-${{ matrix.os }}-local
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
BINARY: ${{ matrix.os == 'windows-2022' && 'bin/chezmoi.exe' || 'bin/chezmoi' }}
9090
steps:
91-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
91+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9292
- name: test-${{ matrix.os }}-local-pwsh
9393
shell: pwsh
9494
run: |

.github/workflows/lock-threads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
action:
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
20+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2121
with:
2222
process-only: issues, prs
2323
issue-lock-reason: resolved

0 commit comments

Comments
 (0)