Skip to content

Commit

Permalink
Merge pull request #64 from BramComyn/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.2.0

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
BramComyn authored Oct 5, 2024
2 parents 20a0f6b + 466fd7c commit 7ccfb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Ensure line endings are consistent
run: git config --global core.autocrlf input
- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Install dependencies and run build scripts
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 7ccfb51

Please sign in to comment.