Skip to content

Commit

Permalink
uses: actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wrutkowski-xebia committed Mar 21, 2024
1 parent be00ba3 commit d7c9fc1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Azure Static Web Apps CI/CD
on: workflow_dispatch

jobs:
build_and_deploy_job:
build_and_deploy_job:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
Expand Down

0 comments on commit d7c9fc1

Please sign in to comment.