mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 03:19:18 -03:00
chore(deps): update github-actions major
This commit is contained in:
committed by
TrueCharts Bot
parent
770a63acf9
commit
5096175ca9
2
.github/workflows/common.release.yaml
vendored
2
.github/workflows/common.release.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
git config user.email "bot@truecharts.org"
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3
|
||||
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
|
||||
with:
|
||||
version: v3.14.1
|
||||
|
||||
|
||||
6
.github/workflows/common_library_tests.yaml
vendored
6
.github/workflows/common_library_tests.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3
|
||||
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
|
||||
with:
|
||||
version: ${{ matrix.helm-version }}
|
||||
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
|
||||
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
|
||||
with:
|
||||
version: ${{ matrix.helm-version }}
|
||||
|
||||
@@ -144,7 +144,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
|
||||
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
|
||||
with:
|
||||
version: ${{ matrix.helm-version }}
|
||||
|
||||
|
||||
2
.github/workflows/pre-commit-check.yaml
vendored
2
.github/workflows/pre-commit-check.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: dorny/paths-filter@v2
|
||||
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3
|
||||
id: filter
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/renovate-bump.yaml
vendored
2
.github/workflows/renovate-bump.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
ref: main
|
||||
path: main
|
||||
- uses: dorny/paths-filter@v2
|
||||
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3
|
||||
id: filter
|
||||
with:
|
||||
list-files: json
|
||||
|
||||
Reference in New Issue
Block a user