Skip to content

Commit

Permalink
Update composite action actions/checkout (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: ericcornelissen <3742559+ericcornelissen@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
  • Loading branch information
3 people authored May 9, 2024
1 parent f93e91e commit b1a5848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Versioning].

### `tool-versions-update-action/commit`

- Bump `actions/checkout` from v4.1.3 to v4.1.4.
- Bump `actions/checkout` from v4.1.3 to v4.1.5.
- Fix failures due to tool updates that change the length of a version string.

### `tool-versions-update-action/pr`

- Bump `actions/checkout` from v4.1.3 to v4.1.4.
- Bump `actions/checkout` from v4.1.3 to v4.1.5.
- Bump `peter-evans/create-pull-request` from v6.0.4 to v6.0.5.
- Fix failures due to tool updates that change the length of a version string.

Expand Down
2 changes: 1 addition & 1 deletion commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # pin@v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v4
with:
ref: ${{ github.head_ref }}
token: ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # pin@v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b1a5848

Please sign in to comment.