mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Merge pull request #567 from yeasy/dependabot/github_actions/dependencies-0ceda8b77f
chore(deps): bump the dependencies group across 1 directory with 2 updates
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Check project rules
|
- name: Check project rules
|
||||||
run: python3 check_project_rules.py
|
run: python3 check_project_rules.py
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Attach HTML to release
|
- name: Attach HTML to release
|
||||||
if: steps.htmlreader.outcome == 'success' && startsWith(github.ref, 'refs/tags/')
|
if: steps.htmlreader.outcome == 'success' && startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
|
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
|
||||||
files: "${{ github.event.repository.name }}-${{ steps.tag.outputs.SAFE_TAG_NAME }}.html"
|
files: "${{ github.event.repository.name }}-${{ steps.tag.outputs.SAFE_TAG_NAME }}.html"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
name: check-link
|
name: check-link
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
# search Issues :-(
|
# search Issues :-(
|
||||||
- run: |
|
- run: |
|
||||||
docker run -i --rm \
|
docker run -i --rm \
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- name: Check project rules
|
- name: Check project rules
|
||||||
run: python3 check_project_rules.py
|
run: python3 check_project_rules.py
|
||||||
- name: Check release metadata
|
- name: Check release metadata
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Check project rules
|
- name: Check project rules
|
||||||
run: python3 check_project_rules.py
|
run: python3 check_project_rules.py
|
||||||
|
|||||||
Reference in New Issue
Block a user