From e185b46d6e57f6d14626c4557df5a8a3a3e0be32 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 23 Feb 2024 10:16:38 +0000 Subject: [PATCH] no synced file(s) with dgibbs64/repo-sync (#20) * no synced local '.github/workflows/update-copyright-years-in-license-file.yml' with remote 'general/.github/workflows/update-copyright-years-in-license-file.yml' * no synced local '.github/workflows/galaxy.yml' with remote 'ansible/.github/workflows/galaxy.yml' * no synced local '.github/workflows/molecule.yml' with remote 'ansible/.github/workflows/molecule.yml' --- .github/workflows/galaxy.yml | 9 +++++---- .github/workflows/molecule.yml | 7 ++++--- .../workflows/update-copyright-years-in-license-file.yml | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index a018ff9..39fb758 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install test dependencies run: pip3 install yamllint @@ -40,9 +40,10 @@ jobs: - debian10 - debian11 - debian12 - - fedora36 - fedora37 - fedora38 + - fedora39 + - opensuseleap15 - rockylinux8 - rockylinux9 - ubuntu1804 @@ -50,7 +51,7 @@ jobs: - ubuntu2204 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install test dependencies run: pip3 install molecule-plugins[docker] jmespath @@ -73,7 +74,7 @@ jobs: needs: molecule steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ansible run: pip3 install ansible-core diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8e2741d..fef2936 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install test dependencies run: pip3 install yamllint @@ -43,9 +43,10 @@ jobs: - debian10 - debian11 - debian12 - - fedora36 - fedora37 - fedora38 + - fedora39 + - opensuseleap15 - rockylinux8 - rockylinux9 - ubuntu1804 @@ -53,7 +54,7 @@ jobs: - ubuntu2204 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install test dependencies run: pip3 install molecule-plugins[docker] jmespath diff --git a/.github/workflows/update-copyright-years-in-license-file.yml b/.github/workflows/update-copyright-years-in-license-file.yml index d90ba4a..2d6d3ee 100644 --- a/.github/workflows/update-copyright-years-in-license-file.yml +++ b/.github/workflows/update-copyright-years-in-license-file.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Action Update License Year