Skip to content

Commit 82bdb28

Browse files
Update all dependencies
1 parent b39d9eb commit 82bdb28

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
jobs:
88
validate:
99
name: Validate renovatebot config
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Validate
16-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
16+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
1717
with:
1818
config_file_path: renovatebot/jore4-default-preset.json5

.github/workflows/doctoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
verify-doctoc:
1010
name: Verifies whether table of contents has been updated
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Run doctoc on README
1818
run: npx doctoc README.md

.github/workflows/test-extract-metadata-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test-extract-metadata:
1010
name: Retrieves metadata
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Check that environment is empty

.github/workflows/test-healthcheck-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
test-healthcheck-success:
1010
name: Verifies whether healthcheck action succeeds when it should
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Startup sample HTTP server
1818
run: docker run -d -p 8080:80 nginxdemos/hello

.github/workflows/test-setup-e2e-environment-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test-e2e-setup-action:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
strategy:
1313
matrix:
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858

5959
- name: Retrieve branch name
6060
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1

github-actions/run-cypress-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- name: Upload test reports as an artifact
5151
# should be run even if the tests fail
5252
if: always()
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: cypress-docker-reports
5656
path: |

0 commit comments

Comments
 (0)