Skip to content

Commit

Permalink
ci: bump actions/checkout from 2.4.0 to 3 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent d4ae02c commit a8b0b80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
container:
image: "ghcr.io/hadolint/hadolint:v2.4.1-alpine"
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: hadolint ./Dockerfile

pipenv:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v3
Expand All @@ -46,7 +46,7 @@ jobs:
netlify:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
env:
DOCKER_BASE_NAME: ghcr.io/peaceiris/mkdocs-material
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Set env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit a8b0b80

Please sign in to comment.