Skip to content

Commit

Permalink
Update actions/checkout action from vv4.2.1 to v4.2.2 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 02c143a commit d3a86ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
images: ${{ steps.filter.outputs.changes }}
steps:
- name: Check out the repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: ${{ matrix.image }}
steps:
- name: Check out the repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
Expand Down

0 comments on commit d3a86ba

Please sign in to comment.