Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from Kovah/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Kovah authored Jan 14, 2024
2 parents ebdf97e + c71e8a1 commit 88bffa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build Taboo with absolute paths
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache node modules
uses: actions/cache@v3
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
name: Build Taboo with relative paths
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit 88bffa0

Please sign in to comment.