From e4d96a2ecaae1fb2964be8caace289e3c314ac7b Mon Sep 17 00:00:00 2001 From: Bryce Adelstein Lelbach aka wash Date: Fri, 25 Sep 2020 15:03:07 -0700 Subject: [PATCH] Fix names of GitHub actions. --- .github/workflows/mirror-main-branch-to-master-branch.yml | 4 ++-- dependencies/cub | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror-main-branch-to-master-branch.yml b/.github/workflows/mirror-main-branch-to-master-branch.yml index 14d2be3ba..e73acf394 100644 --- a/.github/workflows/mirror-main-branch-to-master-branch.yml +++ b/.github/workflows/mirror-main-branch-to-master-branch.yml @@ -4,9 +4,9 @@ on: - "main" jobs: - mirror_job: - runs-on: ubuntu-latest + mirror-main-branch-to-master-branch: name: Mirror main branch to master branch + runs-on: ubuntu-latest steps: - name: Mirror main branch to master branch id: mirror diff --git a/dependencies/cub b/dependencies/cub index 72e877963..60faccd5c 160000 --- a/dependencies/cub +++ b/dependencies/cub @@ -1 +1 @@ -Subproject commit 72e87796356e260c529449019efa827ce8c46ec6 +Subproject commit 60faccd5c4fd76179fba5675620b8d213a5d89b2