Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent dfdb5c5 commit 283b08b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
jobs:
validate:
name: Validate renovatebot config
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.0
with:
config_file_path: renovatebot/jore4-default-preset.json5
4 changes: 2 additions & 2 deletions .github/workflows/doctoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
verify-doctoc:
name: Verifies whether table of contents has been updated
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run doctoc on README
run: npx doctoc README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-extract-metadata-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test-extract-metadata:
name: Retrieves metadata
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check that environment is empty
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-healthcheck-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
test-healthcheck-success:
name: Verifies whether healthcheck action succeeds when it should
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Startup sample HTTP server
run: docker run -d -p 8080:80 nginxdemos/hello
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-run-cypress-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Start e2e env
uses: ./github-actions/setup-e2e-environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-setup-e2e-environment-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-e2e-setup-action:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Retrieve branch name
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Expand Down
2 changes: 1 addition & 1 deletion github-actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Upload test reports as an artifact
# should be run even if the tests fail
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-docker-reports
path: |
Expand Down

0 comments on commit 283b08b

Please sign in to comment.