Skip to content

Commit

Permalink
Update actions/checkout digest to 44c2b7a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 81d2eed commit 6b5f715
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand All @@ -64,7 +64,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand All @@ -88,7 +88,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
is-required: ${{ steps.filter.outputs.database }}
steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -161,7 +161,7 @@ jobs:
if: github.event_name != 'pull_request' && needs.is-db-migration-required.outputs.is-required == 'true'
steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: Setup worker
uses: ./.github/actions/setup
Expand Down

0 comments on commit 6b5f715

Please sign in to comment.