Skip to content

Commit

Permalink
chore: Dependabot bump actions/checkout@v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh committed Mar 19, 2024
1 parent 3c145c8 commit b4703f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/templates/.github/workflows/fogg_ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
{{- end }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
with:
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}}
ref: {{`${{ github.event.pull_request.head.ref }}`}}
Expand Down
2 changes: 1 addition & 1 deletion testdata/github_actions/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/v2_full_yaml/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4703f8

Please sign in to comment.