Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.2 to v2.3.3 (#1315)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.2...a81bbbf)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent f1d86c0 commit 7a61712
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository)
steps:
- name: Checkout Branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
- name: Run Image Compression
id: calibre
uses: calibreapp/image-actions@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_chapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
with:
fetch-depth: 0
- name: Update version numbers and timestamps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.4.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
- name: Set VALIDATE_ALL_CODEBASE variable to false
# Only run the full workflow for manual runs or if upgrading the super linter
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
- name: Set up Python 3.8
uses: actions/setup-python@v2.1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
with:
fetch-depth: 0
- name: Setup Node.js for use with actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.4.2
with:
Expand Down

0 comments on commit 7a61712

Please sign in to comment.