Skip to content

Commit

Permalink
Merge pull request #289 from dxw/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to 11bd719
  • Loading branch information
jdudley1123 authored Oct 24, 2024
2 parents 761fe8f + 9d93ac6 commit cd33b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-all-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- id: select-pull-requests
name: Select PRs older than 14 days
Expand Down

0 comments on commit cd33b36

Please sign in to comment.