| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7fb9291 commit 581acdf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | # runnable is true if there are changes outside the .github/workflows directory OR if ci.yaml itself (or kokoro scripts) is modified. | |
| 36 | 36 | runnable: ${{ fromJSON(steps.filter.outputs.all_count) > fromJSON(steps.filter.outputs.workflows_count) || fromJSON(steps.filter.outputs.ci_count) > 0 }} | |
| 37 | 37 | steps: | |
| 38 | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | ||
| 38 | + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 | ||
| 39 | 39 | with: | |
| 40 | 40 | persist-credentials: false | |
| 41 | 41 | # Use this action, rather than a file filter so that we can make this | |
@@ -125,7 +125,7 @@ jobs: | |||
| 125 | 125 | outputs: | |
| 126 | 126 | packages: ${{ steps.filter.outputs.changes }} | |
| 127 | 127 | steps: | |
| 128 | - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | ||
| 128 | + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 | ||
| 129 | 129 | with: | |
| 130 | 130 | persist-credentials: false | |
| 131 | 131 | - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments