Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 19cf46f commit 0135a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-branch-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down

0 comments on commit 0135a7e

Please sign in to comment.