Skip to content

Commit

Permalink
Merge pull request #1 from Wiktor-99/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Wiktor-99 authored Aug 2, 2024
2 parents b14fa05 + d3b290d commit 857d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
linter: [xmllint, flake8, pep257]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run linter
uses: ./.github/actions/lint/
env:
Expand Down

0 comments on commit 857d6e3

Please sign in to comment.