Skip to content

Commit

Permalink
Merge pull request #113 from vladgh/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.1
  • Loading branch information
vladgh authored Oct 17, 2023
2 parents 1d0bb42 + 6456c54 commit 166bc7d
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-22.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- 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-22.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
- name: Detect changes
uses: dorny/[email protected]
id: filter
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
scenario: ${{ fromJSON(needs.changes.outputs.scenario) }}
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ansible_collections/vladgh/samba
- name: Molecule test
Expand Down

0 comments on commit 166bc7d

Please sign in to comment.