Skip to content

Commit

Permalink
Bump up GHA checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed May 7, 2024
1 parent 5ff916a commit 0791322
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Node"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install Prettier"
Expand All @@ -41,9 +41,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Node"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install dependencies"
Expand All @@ -56,6 +56,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build Docker image"
run: make docker-build

0 comments on commit 0791322

Please sign in to comment.