Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/cache from 3.3.1 to 3.3.2 #104

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Oct 1, 2023
commit 5ff2bd4ce832eaf88d0852ad066d431084f7e212
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"

- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
id: npm-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}

Unchanged files with check annotations Beta

// 2020-07-08 - The HTTPBin redirect endpoints are suddenly returning 404 errors. Not sure why 🤷‍♂️
// TODO: Re-enable these tests once HTTPBin is working again
describe.skip('http.redirect', function () {

Check warning on line 65 in test/specs/http.spec.js

GitHub Actions / linting

Unexpected skipped mocha test

Check warning on line 65 in test/specs/http.spec.js

GitHub Actions / linting

Unexpected skipped mocha test
// eslint-disable-next-line mocha/no-setup-in-describe
if (host.browser.safari && host.karma && host.karma.ci) {
// These tests fail in Safari when running on Sauce Labs (they pass when running on Safari locally).
expect($refs.paths('file')).to.be.an('array').with.lengthOf(0);
}
} catch (e) {
console.log('Expected Files:', JSON.stringify(expectedFiles, null, 2));

Check warning on line 52 in test/utils/helper.js

GitHub Actions / linting

Unexpected console statement

Check warning on line 52 in test/utils/helper.js

GitHub Actions / linting

Unexpected console statement
console.log('Actual Files:', JSON.stringify(actualFiles, null, 2));

Check warning on line 53 in test/utils/helper.js

GitHub Actions / linting

Unexpected console statement

Check warning on line 53 in test/utils/helper.js

GitHub Actions / linting

Unexpected console statement
throw e;
}