Skip to content

Commit

Permalink
Merge pull request #1 from blob-cc/dependabot/github_actions/main/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

dependabot-github-actions(deps): bump actions/checkout from 2 to 4
  • Loading branch information
vanvianen authored Sep 2, 2024
2 parents 42e6f43 + 99bbb2d commit 670667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run tests
run: |
Expand Down

0 comments on commit 670667a

Please sign in to comment.