Skip to content

Commit

Permalink
Merge pull request #23 from waja/dependabot-github_actions-actions-ch…
Browse files Browse the repository at this point in the history
…eckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
waja authored Sep 5, 2023
2 parents 258fd4c + d967cba commit b54ab0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
env:
DEBIAN_FRONTEND: "noninteractive"
- name: Adjust distibution in changelog file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release-id: ${{ steps.create_release.outputs.id }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install needed packages
run: |
if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi
Expand All @@ -43,7 +43,7 @@ jobs:
needs: create-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
env:
DEBIAN_FRONTEND: "noninteractive"
- name: Adjust distibution in changelog file
Expand Down

0 comments on commit b54ab0b

Please sign in to comment.