Skip to content

Commit

Permalink
Merge pull request #566 from michielgerritsen/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.1.2
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
2 parents e0df31a + f163ced commit f3c487e
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/[email protected].1
uses: actions/[email protected].2

- 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/[email protected].1
- uses: actions/[email protected].2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.dependabot_auto_merge }}

0 comments on commit f3c487e

Please sign in to comment.