From 26baa570dbd3a7c30abcea238b9a6e74c0a713d3 Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Wed, 20 Mar 2024 14:29:15 -0400 Subject: [PATCH] Update .github actionsv3 to v4 Signed-off-by: Frederick Witty --- .github/workflows/devel_pipeline_validation.yml | 4 ++-- .github/workflows/main_pipeline_validation.yml | 4 ++-- .github/workflows/update_galaxy.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/devel_pipeline_validation.yml b/.github/workflows/devel_pipeline_validation.yml index 44fbd8c..e4ff876 100644 --- a/.github/workflows/devel_pipeline_validation.yml +++ b/.github/workflows/devel_pipeline_validation.yml @@ -59,13 +59,13 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it. - name: Clone ${{ github.event.repository.name }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} # Pull In Terraform Code For Windows Azure - name: Clone github IaC plan - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ansible-lockdown/github_windows_IaC path: .github/workflows/github_windows_IaC diff --git a/.github/workflows/main_pipeline_validation.yml b/.github/workflows/main_pipeline_validation.yml index ae9e500..33221dc 100644 --- a/.github/workflows/main_pipeline_validation.yml +++ b/.github/workflows/main_pipeline_validation.yml @@ -47,13 +47,13 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it. - name: Clone ${{ github.event.repository.name }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} # Pull In Terraform Code For Windows Azure - name: Clone github IaC plan - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ansible-lockdown/github_windows_IaC path: .github/workflows/github_windows_IaC diff --git a/.github/workflows/update_galaxy.yml b/.github/workflows/update_galaxy.yml index 14ea5bf..f510ceb 100644 --- a/.github/workflows/update_galaxy.yml +++ b/.github/workflows/update_galaxy.yml @@ -14,8 +14,8 @@ jobs: update_role: runs-on: ubuntu-latest steps: - - name: Checkout V3 - uses: actions/checkout@v3 + - name: Checkout V4 + uses: actions/checkout@v4 - name: Update Galaxy uses: robertdebock/galaxy-action@master