Skip to content

Commit 5abb120

Browse files
chore(github-actions): update github actions (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49aaaa2 commit 5abb120

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
17+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1818
with:
1919
node-version-file: package.json
2020
- run: |
@@ -89,7 +89,7 @@ jobs:
8989
permissions:
9090
contents: write
9191
steps:
92-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
92+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
9393
id: app-token
9494
with:
9595
app-id: 1248576
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
fetch-depth: 0
101101
- name: Setup Node.js
102-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
103103
with:
104104
node-version-file: package.json
105105
- name: Install dependencies

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
!contains(github.event.pull_request.labels.*.name, 'chore') &&
2222
!contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
2323
steps:
24-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
24+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2525
id: app-token
2626
with:
2727
app-id: 1248576

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# Used App:
2424
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
2525
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
26-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
26+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2727
id: app-token
2828
with:
2929
app-id: 1248576
3030
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
3131

32-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
32+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3333
with:
3434
node-version-file: package.json
3535

0 commit comments

Comments
 (0)