Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8ade135
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Sep 23, 2023
1 parent 478c570 commit 8327ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
macos_build:
runs-on: macos-13
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: cgrindel/gha_set_up_bazel@v1
with:
repo_name: rules_swiftformat
Expand All @@ -31,7 +31,7 @@ jobs:
with:
swift_release_tag: "swift-5.7.2-RELEASE"
ubuntu_version: "22.04"
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: cgrindel/gha_set_up_bazel@v1
with:
repo_name: rules_swiftformat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

# Check out your code
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

# Generate a token that has permssions to create a release and create PRs.
- uses: tibdex/github-app-token@v2
Expand Down

0 comments on commit 8327ae1

Please sign in to comment.