Skip to content

Commit

Permalink
Merge pull request #15 from cucumber/revert-13-renovate/actions-check…
Browse files Browse the repository at this point in the history
…out-4.x

Revert "Update actions/checkout action to v4"
  • Loading branch information
mpkorstanje committed Oct 19, 2023
2 parents 4a3a88f + dbfc24e commit 67c40b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 67c40b5

Please sign in to comment.