Skip to content

Commit

Permalink
Update all dependencies except Renovate configuration validation action.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jarkkoka committed Dec 17, 2024
1 parent aa13164 commit 8080856
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
validate:
name: Validate renovatebot config
runs-on: ubuntu-20.04
runs-on: ubuntu-24.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
Expand Down
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-24.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-24.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-24.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
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-24.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 8080856

Please sign in to comment.