use latest version of actions/checkout

This commit is contained in:
Alfi Maulana
2023-01-06 21:15:51 +07:00
parent 9a41887e43
commit e13a53a58f

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3.2.0 uses: actions/checkout@v3.3.0
- name: Move test project to the working directory - name: Move test project to the working directory
run: mv test/* . run: mv test/* .