Skip to content

Commit

Permalink
Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Jul 8, 2024
1 parent ac135ab commit 24a3e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
CFENGINE: ${{ matrix.cfengine }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Clone cfmatrix
run: git clone --depth 1 https://github.com/foundeo/cfmatrix.git cfmatrix
Expand All @@ -41,7 +41,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install JSON Validator
run: npm install -g ajv-cli
- name: Make temp dir with files to check
Expand All @@ -62,7 +62,7 @@ jobs:
image: ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run Fixinator
run: box fixinator confidence=high
env:
Expand Down

0 comments on commit 24a3e1e

Please sign in to comment.