Skip to content

Commit 7a5ff53

Browse files
authored
Merge pull request #202 from mintel/update-actions
Update GitHub actions
2 parents e5dc44f + 18787e5 commit 7a5ff53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/asdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
asdf:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
7+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
88
- name: combine tool-verions
99
run: cat modules/satoshi/tf-tool-versions modules/satoshi/k8s-tool-versions > .tool-versions
1010
shell: bash

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
name: runner / shellcheck
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
8+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
99
- name: shellcheck
10-
uses: reviewdog/action-shellcheck@f52d78284b4941028952125a10c76676c3d456eb # v1
10+
uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0
1111
with:
1212
github_token: ${{ secrets.github_token }}
1313
reporter: github-pr-review # Change reporter.

.github/workflows/renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ on:
88
jobs:
99
renovate:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 5
11+
timeout-minutes: 15
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
# - name: Setup node
1616
# uses: actions/setup-node@v3
1717
# with:
1818
# node-version: 16
1919
- name: Renovate
20-
uses: renovatebot/github-action@95cbcd7e8b9d0d69e15ba26208631839ce7eee48 # v36.0.2
20+
uses: renovatebot/github-action@53bdcc4ec92f28e5023ac92356ea8bb45f8b807d # v43.0.15
2121
with:
2222
token: ${{ secrets.RENOVATE_TOKEN }}
2323
configurationFile: .github/renovate-config.js

0 commit comments

Comments
 (0)