Skip to content

Commit

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

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
josegonzalez committed Jan 2, 2023
2 parents a650cc0 + a424b2a commit 89d20ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: make version
run: |
make version .env.docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 89d20ec

Please sign in to comment.