Skip to content

Commit

Permalink
Merge pull request #666 from michielgerritsen/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.2.1

fix(deps): bump actions/checkout from 4.1.7 to 4.2.1
  • Loading branch information
michielgerritsen authored Oct 8, 2024
2 parents 594e1c4 + a45e681 commit a45fdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1

- name: Setup node env 🏗
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.dependabot_auto_merge }}

0 comments on commit a45fdb2

Please sign in to comment.