Skip to content

Commit

Permalink
Merge pull request #3 from mavi0/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

dep(ci): bump actions/checkout from 3 to 4 [skip ci]
  • Loading branch information
mavi0 authored Aug 19, 2024
2 parents 92d3761 + f463d84 commit 7e99a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-year.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Modify year
run: sed -i "s/^\( \{28\}\)[0-9]\{4\}\./\1$(date +"%Y")./g" static-site/index.html
- name: Commit Yearly Update
Expand Down

0 comments on commit 7e99a3f

Please sign in to comment.