Skip to content

Commit

Permalink
Merge pull request #58 from sadok-f/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sadok-f committed Sep 4, 2023
2 parents b0e8e18 + 5d90bf6 commit 1b77430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Kustomize
uses: imranismail/setup-kustomize@v2
Expand Down

0 comments on commit 1b77430

Please sign in to comment.