Skip to content

Commit d32b9f0

Browse files
Update all dependencies
1 parent 98ddd76 commit d32b9f0

6 files changed

Lines changed: 10 additions & 10 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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
1616
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3

.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-run-cypress-tests-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

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

1717
- name: Start e2e env
1818
uses: ./github-actions/setup-e2e-environment

.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

0 commit comments

Comments
 (0)