Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
GitHub Actions(deps): Bump actions/checkout from 4.1.1 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Synertry committed May 24, 2024
1 parent 0ddd763 commit 9f87cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
doc_only: ${{ steps.diff_check.outputs.output }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
ref: ${{ github.head_ref }}
fetch-depth: 2 # fetch last two commits to compare
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Checkout code
if: needs.precheck.outputs.doc_only != 'true'
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
ref: staging

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- name: Checkout code
if: needs.precheck.outputs.doc_only != 'true'
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
ref: staging

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
needs: review-code
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
ref: staging

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/first-interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check_for_first_interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].6
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
ref: ${{ github.head_ref }}

Expand Down

0 comments on commit 9f87cd1

Please sign in to comment.