Skip to content

Commit

Permalink
Merge pull request #22 from wickedOne/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to 11bd719
  • Loading branch information
wickedOne authored Nov 16, 2024
2 parents 98307ef + 1ac4696 commit 0302f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4

- name: "install php"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: "checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4

- name: "install php"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: "checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4

- name: "install PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit 0302f3e

Please sign in to comment.