Merge branch 'TinCanTech-unit-test-actions-checkout-v4'

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-09-16 13:56:55 +01:00
commit 51f55d9501
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -30,7 +30,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: operational test
@ -56,7 +56,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Run a one-line script
@ -83,7 +83,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Run a one-line script