chore: upgrade checkout out to v4 (#1781)

This commit is contained in:
Nanne Baars
2024-03-25 22:27:56 +01:00
committed by GitHub
parent 4ab820e1d1
commit e308d7cde7
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ jobs:
name: "Robot framework test"
steps:
# Uses an default action to checkout the code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Uses an action to add Python to the VM
- name: Setup Python
uses: actions/setup-python@v5