Skip to content

Commit b56f690

Browse files
Merge pull request #1475 from oneapi-src/dependabot/github_actions/dot-github/workflows/actions-dependencies-b4191872ae
Bump the actions-dependencies group in /.github/workflows with 2 updates
2 parents e05b3a7 + 109cd54 commit b56f690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v
5858
5959
- name: Run a spell check
60-
uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
60+
uses: crate-ci/typos@a9ccf76b53d1ace194871d216f9ff058599a86db # v1.35.1
6161
with:
6262
config: ./.github/workflows/.spellcheck-conf.toml
6363

.github/workflows/reusable_dockers_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Login and push require login/pass to GHCR - omit these steps on forks
3535
- name: Login to GitHub Container Registry
3636
if: ${{ github.event_name != 'pull_request' && github.repository == 'oneapi-src/unified-memory-framework' }}
37-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
37+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3838
with:
3939
registry: ghcr.io
4040
username: bb-ur

0 commit comments

Comments
 (0)