Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 444d460 commit 6451f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
shell: ${{ matrix.shell }}
steps:
- name: Checkout Bucket
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
fetch-depth: 2
path: 'self_bucket'
- name: Checkout Scoop
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
repository: ScoopInstaller/Scoop
path: 'scoop_core'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/excavator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
Expand Down

0 comments on commit 6451f1f

Please sign in to comment.