Skip to content

Commit 744c7a0

Browse files
authored
upgrade to actions/checkout@v3
1 parent 2468e39 commit 744c7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
echo source: ${{github.event.client_payload.source}}, workflow: ${{github.event.client_payload.workflow}}, action_run_id: ${{github.event.client_payload.run_id}}, action_run_number: ${{github.event.client_payload.run_number}}, sha: ${{ github.event.client_payload.sha }}, github_ref: ${{ github.event.client_payload.ref }}
1515
1616
- name: Checking Out https://github.com/phcode-dev/phoenix
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
repository: phcode-dev/phoenix
2020
ref: prod

0 commit comments

Comments
 (0)