Skip to content

Commit

Permalink
Merge pull request #21 from waja/dependabot-github_actions-actions-ch…
Browse files Browse the repository at this point in the history
…eckout-3
  • Loading branch information
waja authored Mar 2, 2022
2 parents 8c34349 + 98711b3 commit 258fd4c
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@v2
- uses: actions/checkout@v3
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@v2
uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
env:
DEBIAN_FRONTEND: "noninteractive"
- name: Adjust distibution in changelog file
Expand Down

0 comments on commit 258fd4c

Please sign in to comment.