elmerfds / rebuild-dndc

Re-create containers that use another container's network stack (i.e. routing container traffic through a VPN container)
GNU General Public License v3.0
22 stars 9 forks source link

Update github-slug-action version

 #31

Closed rlespinasse closed 4 years ago

rlespinasse commented 4 years ago

Hi,

This project use the GitHub action rlespinasse/github-slug-action on the master branch.



Due to changes into the branches management, the master branch is not longer supported and will be removed in few months (EOL: 2020-10-25).



The current latest version is 2.0.0 from the v2.x branch.

- uses: rlespinasse/github-slug-action@2.0.0
- uses: rlespinasse/github-slug-action@v2.x


If you want to avoid breaking changes, you can use the 1.1.0 version or the v1.1.x branch.

- uses: rlespinasse/github-slug-action@1.1.0
- uses: rlespinasse/github-slug-action@v1.1.x