Skip to content

Commit

Permalink
Update composite action actions/checkout (#267)
Browse files Browse the repository at this point in the history
Bump `actions/checkout` from v4.1.4 to v4.1.6.
  • Loading branch information
ec-automation-bot[bot] committed May 21, 2024
1 parent ab8649d commit 158e7bb
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,11 +16,11 @@ Versioning].

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

- Downgrade `actions/checkout` from v4.1.5 to v4.1.4.
- Downgrade `actions/checkout` from v4.1.5 to v4.1.6.

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

- Downgrade `actions/checkout` from v4.1.5 to v4.1.4.
- Downgrade `actions/checkout` from v4.1.5 to v4.1.6.

## [1.1.3] - 2024-05-09

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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 158e7bb

Please sign in to comment.