Skip to content

Commit dbbce54

Browse files
authored
Merge pull request #212 from FullStackWithLawrence/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 3.3.0 to 5.0.0
2 parents ea37d48 + 467ddde commit dbbce54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout Code Repository
24-
uses: actions/checkout@v3.3.0
24+
uses: actions/checkout@v5.0.0
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v6.0.0
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343

4444
- name: Checkout Code Repository
45-
uses: actions/checkout@v3.3.0
45+
uses: actions/checkout@v5.0.0
4646

4747
- name: Build the Stack
4848
run: docker-compose -f local.yml build

0 commit comments

Comments
 (0)