Skip to content

Commit c99ec26

Browse files
chore(deps): update actions/checkout action to v4.3.0 (#143)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.2 | v4.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent afbc775 commit c99ec26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-plugin-update/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
shell: bash
3131

3232
- name: Checkout Repository
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434
with:
3535
persist-credentials: false
3636
ref: ${{ inputs.base }}

playwright-gh-pages/deploy-report-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898

9999

100100
- name: Checkout code
101-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
101+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
102102
with:
103103
ref: ${{ inputs.pages-branch }}
104104

0 commit comments

Comments
 (0)