Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent be88b83 commit 537f562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

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

- name: "Set up Node ${{ matrix.node_version }}"
uses: "actions/setup-node@v3"
uses: "actions/setup-node@v4"
with:
node-version: ${{ matrix.node_version }}
cache: "yarn"
Expand All @@ -49,7 +49,7 @@ jobs:

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

- name: "Run Doc Link Checker"
uses: "docker://ghcr.io/djmattyg007/doc-link-checker:1.0.4@sha256:6dc6f7f15210b2b5e90e7e4a58df7ee4e64da52367d3299f0cdd65ccc4753451"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
release:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"

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

- name: "Set up Node 16"
uses: "actions/setup-node@v3"
uses: "actions/setup-node@v4"
with:
node-version: 16
cache: "yarn"
Expand Down

0 comments on commit 537f562

Please sign in to comment.