Skip to content

Commit

Permalink
Merge pull request #66 from draios/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.2

Bump actions/checkout from 4.0.0 to 4.1.2
  • Loading branch information
jcorley-sysdig authored Apr 11, 2024
2 parents d67ae4c + eb41baf commit 39e2ef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -18,7 +18,7 @@ jobs:
outputs:
net_tag: ${{ steps.tag_version.outputs.new_tag }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.2
- uses: arduino/setup-task@v2
- name: Lint and tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -18,7 +18,7 @@ jobs:
outputs:
next_tag: ${{ steps.tag_version.outputs.new_version }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 39e2ef4

Please sign in to comment.