Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

ci(deps): update actions/checkout action to v3.2.0 #63

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Check the simulations on CI
uses: DanySK/build-check-deploy-gradle-action@2.1.17
with:
Expand Down