Skip to content

Commit

Permalink
Merge pull request #20 from redmundas/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.6.0
  • Loading branch information
redmundas authored Jan 10, 2024
2 parents 671c1f6 + 69b03a2 commit 92a9e62
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 92a9e62

Please sign in to comment.