Skip to content

Commit

Permalink
Merge pull request #31 from Azure-Samples/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub-actions-1b8e365d7a

Bump the github-actions group with 2 updates
  • Loading branch information
pamelafox authored Oct 2, 2023
2 parents 7f14e78 + 6158605 commit a631564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-bicep-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Azure CLI script
uses: azure/CLI@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
os: ["ubuntu-20.04"]
python_version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: x64
Expand Down

0 comments on commit a631564

Please sign in to comment.