Skip to content

Commit 35afe6e

Browse files
authored
Merge pull request #88 from standardrb/dependabot/github_actions/actions/checkout-4.3.0
2 parents 26976df + 27edec7 commit 35afe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1515
with: { egress-policy: audit }
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1717
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
1818
with:
1919
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)