Andreas Deininger

Results 232 issues of Andreas Deininger

This PR fixes a typo I spotted in the project.

This PR updates modules used to their latest versions.

This PR fixes a few typos I spotted in the project.

This PR bumps GitHub workflow actions to their latest versions, thus avoiding deprecation warnings as seen e.g. [here](https://github.com/quii/learn-go-with-tests/actions/runs/10013103638).

I just built my site with newly released version 0.124.0 and got this deprecation warning (my site theme used `Site.Author` in the themes `list.rss.xml` template): ```txt INFO deprecated: .Site.Author was...

Proposal

This PR bumps workflow action `actions/upload-artifact` to its latest version, thus avoiding a deprecation warning seen e.g. [here](https://github.com/nhooyr/websocket/actions/runs/10016268453). It also fixes a typo on the fly.

This PR bumps GitHub action workflows to their latest versions, thus avoiding deprecation warnings as seen [here](https://github.com/go-kivik/kivik/actions/runs/10013626152).

The GitHub `test` action produces a [warning](https://github.com/lucasb-eyer/go-colorful/actions/runs/10474177618): ``` Restore cache failed: Dependencies file is not found in /home/runner/work/go-colorful/go-colorful. Supported file pattern: go.sum ``` This PR fixes that issue.

This PR bumps GitHub workflow actions to their latest versions, thus avoiding deprecation messages as seen e.g. [here](https://github.com/jonbodner/proteus/actions/runs/6937662742).

This PR fixes a typo I spotted. It also adds automated version check for GitHub workflow actions.