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/checkout from 4.1.4 to 4.1.6 #134

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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Set up Python 3.10
uses: actions/setup-python@v5.1.0
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: Run tests in Glue container
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Run the checks inside Docker
uses: addnab/docker-run-action@v3
with:
Expand All @@ -86,7 +86,7 @@ jobs:
name: Audit requirements
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Audit requirements using pip-audit
uses: pypa/gh-action-pip-audit@v1.0.8
with:
Expand All @@ -95,14 +95,14 @@ jobs:
name: Shell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Check shell scripts using shellcheck
uses: ludeeus/action-shellcheck@2.0.0
dockerfile:
name: Dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Validate Dockerfile using hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
Expand All @@ -111,6 +111,6 @@ jobs:
name: Makefile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Check Makefile using checkmake
uses: Uno-Takashi/checkmake-action@v2
Loading