Skip to content

Commit

Permalink
Merge pull request #432 from chainguard-images/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/tj-actions/changed-files-35.7.12

Bump tj-actions/changed-files from 35.7.11 to 35.7.12
  • Loading branch information
jdolitsky committed Apr 7, 2023
2 parents 2ac8a0c + 4e6953b commit 8e31abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-build-melange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- id: files
uses: tj-actions/changed-files@79adacd43ea069e57037edc891ea8d33013bc3da # v35.7.11
uses: tj-actions/changed-files@b109d83a62e94cf7c522bf6c15cb25c175850b16 # v35.7.12
with:
separator: ','
- id: generate-matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- id: files
uses: tj-actions/changed-files@79adacd43ea069e57037edc891ea8d33013bc3da # v35.7.11
uses: tj-actions/changed-files@b109d83a62e94cf7c522bf6c15cb25c175850b16 # v35.7.12
with:
separator: ','
- id: generate-matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# On push to main branch, only build images necessary
- id: files
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }}
uses: tj-actions/changed-files@79adacd43ea069e57037edc891ea8d33013bc3da # v35.7.11
uses: tj-actions/changed-files@b109d83a62e94cf7c522bf6c15cb25c175850b16 # v35.7.12
with:
separator: ','
- id: generate-matrix-main
Expand Down

0 comments on commit 8e31abc

Please sign in to comment.