Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 5e3ddae commit 0b000bf
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].3
uses: actions/[email protected].4
- 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].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
- 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].3
uses: actions/[email protected].4
with:
path: ansible_collections/vladgh/samba
- name: Molecule test
Expand Down

0 comments on commit 0b000bf

Please sign in to comment.