Skip to content

Commit

Permalink
Merge pull request #122 from cooljeanius/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions-5a2e91ceed

Bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 in the actions group
  • Loading branch information
cooljeanius authored Sep 30, 2024
2 parents 6709d05 + ee1ee47 commit 5f5f5d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apple-gdb-1824-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Run sccache-cache only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
env:
SCCACHE_GHA_ENABLED: "true"
- name: Install dependencies with Homebrew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apple-gdb-1824.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# in GitHub Actions
- name: Run sccache-cache only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
env:
SCCACHE_GHA_ENABLED: "true"
- run: sudo apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Run sccache-cache only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && matrix.language == 'c-cpp'
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
env:
SCCACHE_GHA_ENABLED: "true"

Expand Down

0 comments on commit 5f5f5d5

Please sign in to comment.