Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit c7a65e5

Browse files
Merge pull request #339 from Pocket/renovate/github-actions
chore(deps): update actions/checkout action to v4.3.0
2 parents c9a5566 + 3f02f72 commit c7a65e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-git-reference-created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1313
- name: Open release PR
1414
run: scripts/open-release-pr.sh "${{ github.ref_name }}"
1515
env:

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919
- name: Set up environment
2020
uses: ./.github/actions/setup-environment
2121
with:
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3636
- name: Set up environment
3737
uses: ./.github/actions/setup-environment
3838
with:

0 commit comments

Comments
 (0)