Skip to content

Commit

Permalink
Merge pull request #29 from zchrissirhcz/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
zchrissirhcz authored Sep 5, 2023
2 parents 8167b4b + a80e63c commit 2b15c04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ninja
id: ninja
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ninja
id: ninja
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: cache-deps
id: cache-deps
Expand Down

0 comments on commit 2b15c04

Please sign in to comment.