inducer / pytential

Evaluate layer and volume potentials accurately. Solve integral equations.
https://pypi.python.org/pypi/pytential
25 stars 15 forks source link

ci: bump action versions #226

Closed alexfikl closed 6 months ago

alexfikl commented 6 months ago

Noticed meshmode bumped them the other day, so went ahead and bumped them here too.

Is it worth adding a dependabot or something to bump these automatically?

inducer commented 6 months ago

Is it worth adding a dependabot or something to bump these automatically?

I'd like to? But I don't know how.

inducer commented 6 months ago

Thanks!

alexfikl commented 6 months ago

I'd like to? But I don't know how.

Should be in Settings > Code security & analysis -> Dependabot version updates from what I remember. That adds a little file at .github/dependabot.yml that should contain something like this: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions

inducer commented 6 months ago

Tada: https://github.com/inducer/pytential/commit/a2f4c979610dc6caf6fd9ed1bb6800af96052322

(Now to do it for the other umpteen things, ugh.)

inducer commented 6 months ago

And: thanks! I obviously did not know that was a thing.

alexfikl commented 6 months ago

Tada: a2f4c97

(Now to do it for the other umpteen things, ugh.)

@inducer Woohoo! I'm happy to help with a few repos if you want. I'm not sure if it actually needs something in the repo settings or just adding the file enough to trigger it?