Skip to content

Commit

Permalink
Merge pull request #1419 from skaut/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.1

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
2 parents 835911f + 9212944 commit f3ae448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: "Cache NPM dependencies"
uses: actions/[email protected]
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: "Cache NPM dependencies"
uses: actions/[email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: "Cache NPM dependencies"
uses: actions/[email protected]
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: "Cache NPM dependencies"
uses: actions/[email protected]
Expand Down

0 comments on commit f3ae448

Please sign in to comment.