Skip to content

Commit

Permalink
chore: Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekb committed Dec 29, 2023
1 parent b1c951e commit ba00897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cdk-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand All @@ -37,7 +37,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ba00897

Please sign in to comment.