Skip to content

Commit

Permalink
feat(GITHUB): upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 13, 2024
1 parent bafe19e commit 38e8a96
Show file tree
Hide file tree
Showing 35 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Create Configuration -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create Configuration -- Install Toolbox
uses: ./.github/actions/action-00-toolbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Molecule Scenario Discovery -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Molecule Scenario Discovery -- Install Toolbox
uses: ./.github/actions/action-00-toolbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Secret Exists -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Secret Exists -- Check if Secret is Defined
id: secret_exists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-00-generic-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Notification -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Notification -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-00-generic-read_json_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: JSON File -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: JSON File -- Install Toolbox
uses: ./.github/actions/action-00-toolbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Container Scan -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Container Scan -- Setup Environment
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Security -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-30-cookiecutter-markdown_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Documentation Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-30-generic-markdown_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Documentation Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Documentation Test -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-compose-run_cached_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

steps:
- name: Compose Command Sequence -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compose Command Sequence -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-cookiecutter-ansible_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

steps:
- name: Ansible Lint -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-cookiecutter-molecule_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

steps:
- name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-npm-run_cached_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ${{ inputs.COMMAND_NAME }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ${{ inputs.COMMAND_NAME }} -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-poetry-ansible_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Ansible Lint -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Ansible Lint -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-poetry-molecule_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

steps:
- name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-40-poetry-run_cached_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: Poetry Command Sequence -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Poetry Command Sequence -- Setup Environment
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Pre-Commit Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Pre-Commit Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Pre-Commit Test -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-50-poetry-test_commitizen_hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: Commitizen Hooks Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-60-cookiecutter-remote_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

steps:
- name: Push Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-80-container-dockerfile_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Dockerfile Lint -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dockerfile Lint -- Setup Environment
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'template'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-80-poetry-rev_range_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: ${{ inputs.COMMAND_NAME }} -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-95-container-flyio_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Fly.io Deploy -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fly.io Deploy -- Setup Environment
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: GCP Cloud Run Deploy -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: GCP Cloud Run Deploy -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-95-container-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Multiarch Image Management -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Multiarch Image Management --Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-95-container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Push Container -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Push Container -- Setup Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-95-generic-build_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Build and Upload Artifact -- Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-95-mac_maker-apply_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Apply Mac Maker Profile -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Apply Mac Maker Profile -- Setup Environment
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job-95-poetry-galaxy_import_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
steps:
- name: Publish to Galaxy -- Code Checkout (workflow dispatch)
if: inputs.WORKFLOW_DISPATCH == true
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.TAG }}

- name: Publish to Galaxy -- Code Checkout (published release)
if: inputs.WORKFLOW_DISPATCH == false
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job-95-poetry-galaxy_import_role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
steps:
- name: Publish to Galaxy -- Code Checkout (workflow dispatch)
if: inputs.WORKFLOW_DISPATCH == true
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.TAG }}

- name: Publish to Galaxy -- Code Checkout (published release)
if: inputs.WORKFLOW_DISPATCH == false
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Attach to Release -- Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job-99-poetry-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Create Release -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create Release -- Install Toolbox
uses: ./.github/actions/action-00-toolbox
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Create Release -- Checkout Repository (All Commits)
if: steps.filter.outputs.RELEASE_CANDIDATE == 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/workflow-meta_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Molecule Scenario Discovery Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Molecule Scenario Discovery Test -- Setup Environment
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: Secret Exists Test -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Secret Exists Test -- Setup Environment
env:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notification (Local Action Test) -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Notification (Local Action Test) -- Setup Environment
env:
Expand All @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notification (Local Action Test) -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Notification (Local Action Test) -- Setup Environment
env:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notification (Local Action Test) -- Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Notification (Local Action Test) -- Setup Environment
env:
Expand Down

0 comments on commit 38e8a96

Please sign in to comment.