Skip to content

Commit

Permalink
Merge pull request #304 from dev-sec/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
artem-sidorenko authored Nov 10, 2023
2 parents b30d630 + d375480 commit 7009dfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: get the new tag
id: new_tag
run: echo "tag=v${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: get last tag information
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: CHANGELOG.md
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
${{ secrets.SUPERMARKET_KEY }}
EOF
- name: checkout cookbook
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: cookbooks/${{ env.cookbook_name }}
ref: ${{ needs.version-info.outputs.new_tag }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# - opensuse-42 # something is broken here
- ubuntu-20-04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- default-debian-11
- default-fedora-38
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 7009dfd

Please sign in to comment.