Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.4 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 4e75c15 commit e792a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #v3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v3
- name: Dependency Review
uses: actions/dependency-review-action@733dd5d4a5203f238c33806593ec0f5fc5343d8c # v1
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #v3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v3

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deployment.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@9bb56186c3b09b4f86b1c65136769dd318469633 #v3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v3

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
Expand Down

0 comments on commit e792a4c

Please sign in to comment.