Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8515755 commit cf6680d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Run JQ lint
uses: home-assistant/actions/helpers/jq@master
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Use NodeJS
uses: actions/setup-node@v4.1.0
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Use NodeJS
uses: actions/setup-node@v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Get version number
id: version
Expand Down

0 comments on commit cf6680d

Please sign in to comment.