Skip to content

Commit

Permalink
chore(ci): update versions of GitHub actions
Browse files Browse the repository at this point in the history
Use the latest stable versions for actions used in jobs.
  • Loading branch information
Gelio committed Sep 19, 2023
1 parent efb5fe1 commit 5bc9f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
verify-table-of-contents:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install
Expand Down

0 comments on commit 5bc9f82

Please sign in to comment.