Skip to content

Commit

Permalink
ci: update actions/checkout to v3. (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanwinkelseppe authored Jan 25, 2023
1 parent c2f2d3e commit ffdae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataManagementZoneDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check Out Repository
id: checkout_repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Login to Azure
- name: Azure Login
Expand Down

0 comments on commit ffdae90

Please sign in to comment.