Skip to content

Commit

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

Bump actions/checkout from 96f53100ba2a5449eb71d2e6604bbcd94b9449b5 to 7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7
  • Loading branch information
jmeridth authored Aug 21, 2023
2 parents 7746fb2 + 22504c7 commit cb8fd7e
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@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # (latest, untagged)
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 # (latest, untagged)
- name: Version file changed
id: version-file-changed
uses: tj-actions/changed-files@a0585ff9904b77d046192a7846e59783d6ea287b # (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@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # (latest, untagged)
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 # (latest, untagged)
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
Expand Down

0 comments on commit cb8fd7e

Please sign in to comment.