Skip to content

Commit

Permalink
actions/checkout v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 25, 2024
1 parent a701b27 commit 5e259b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Cache deps.edn dependencies
uses: actions/cache@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Cache deps.edn dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 5e259b6

Please sign in to comment.