Skip to content

Commit

Permalink
Merge pull request #12 from Squidex/gh-actions-update-1696120769
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
SebastianStehle authored Oct 4, 2023
2 parents c3cd9a9 + 7b28d56 commit 0b27053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Set up node
uses: actions/setup-node@v3
Expand All @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

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

0 comments on commit 0b27053

Please sign in to comment.