Skip to content

Commit

Permalink
Merge pull request #6 from asociacion-avast/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.1

build(deps): bump actions/checkout from 2.3.4 to 4.2.1
  • Loading branch information
iranzo authored Oct 23, 2024
2 parents 2a8e6e7 + 3dd9999 commit 0e6d259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4.2.1
- uses: ahmadnassri/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- uses: actions/[email protected]
Expand Down

0 comments on commit 0e6d259

Please sign in to comment.