Skip to content

Commit 7eaf41d

Browse files
authored
Merge pull request #2866 from DFE-Digital/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4da0933 + 759bc8d commit 7eaf41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postgres-recover-deleted-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
concurrency: deploy_${{ inputs.environment }}
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Set environment variables
5151
run: |

0 commit comments

Comments
 (0)