diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7c494efa2..5b61c1d86 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -8,7 +8,7 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Lint Ansible Playbook - uses: ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413 + uses: ansible/ansible-lint@50373efb440dd3b524956c075af715cd00eaf20b diff --git a/.github/workflows/jsonschema.yaml b/.github/workflows/jsonschema.yaml index b380309b6..9862fa887 100644 --- a/.github/workflows/jsonschema.yaml +++ b/.github/workflows/jsonschema.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 03b6fff95..505b5cd8b 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/sync-rhdp-branch.yml b/.github/workflows/sync-rhdp-branch.yml index 685ccb94d..4489eba26 100644 --- a/.github/workflows/sync-rhdp-branch.yml +++ b/.github/workflows/sync-rhdp-branch.yml @@ -15,7 +15,7 @@ jobs: name: Git Sync branch steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node uses: actions/setup-node@v4 with: