Skip to content

Commit

Permalink
Merge pull request pretalx#40 from pretalx/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
shoetten authored Mar 9, 2023
2 parents 461d751 + b09a001 commit 049c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

Expand Down

0 comments on commit 049c7c6

Please sign in to comment.