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 4, 2023
1 parent 78c496c commit 18993bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

- name: "Set up Node ${{ matrix.node_version }}"
uses: "actions/setup-node@v3"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

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

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

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

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

- name: "Set up Node 16"
uses: "actions/setup-node@v3"
Expand Down

0 comments on commit 18993bb

Please sign in to comment.