Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update alt_text.yml
Browse files Browse the repository at this point in the history
use newest version of checkout action (v4) .
franzenr authored Feb 27, 2024

Verified

This commit was signed with the committer’s verified signature.
nonrational Alan Norton
1 parent fc3cfbe commit 725c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alt_text.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ jobs:
check-alt-text:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check markdown for alt text presence
run: bash .github/scripts/alt-text.sh

0 comments on commit 725c8fb

Please sign in to comment.