Skip to content

Commit

Permalink
Merge pull request #323 from procore-oss/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-f43a0e5ff2bd294095638e18286ca9a3d1956744

Bump actions/checkout from 7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 to f43a0e5ff2bd294095638e18286ca9a3d1956744
  • Loading branch information
jmeridth authored Aug 28, 2023
2 parents f46317a + 8c84b25 commit b5f5a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 # (latest, untagged)
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # (latest, untagged)
- name: Version file changed
id: version-file-changed
uses: tj-actions/changed-files@c860b5c47fa71f461da850094ef2f6e3d6514e44 # (latest, untagged)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 # (latest, untagged)
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # (latest, untagged)
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
Expand Down

0 comments on commit b5f5a3b

Please sign in to comment.