Skip to content

Commit

Permalink
Merge pull request #28 from vladgh/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.2.0
  • Loading branch information
vladgh authored Dec 12, 2022
2 parents 960dd67 + 65a0fa4 commit 6e0612f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Label actions
uses: micnncim/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
ref: ${{ github.head_ref }}
- name: Get the version name from the tags
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
scenario: ${{ steps.filter.outputs.changes }}
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Detect changes
uses: dorny/[email protected]
id: filter
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
scenario: ${{ fromJSON(needs.changes.outputs.scenario) }}
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
path: ansible_collections/vladgh/samba
- name: Molecule test
Expand Down

0 comments on commit 6e0612f

Please sign in to comment.