Skip to content

Commit

Permalink
Upgrade all the GitHub action deps to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed May 30, 2024
1 parent 1eb27c1 commit 7854eb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download_raw_minutes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup custom environment variables
run: git config --global push.default simple && git config --global user.email "w3c.ccg@gmail.com" && git config --global user.name "W3C CCG"
- name: Pull raw meeting log file
Expand All @@ -26,7 +26,7 @@ jobs:
fi
bash ./download-minutes.sh
shell: bash
- uses: stefanzweifel/git-auto-commit-action@v2.5.0
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Add raw log for telecon [ci skip]
branch: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate_minutes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup custom environment variables
run: git config --global push.default simple && git config --global user.email "w3c.ccg@gmail.com" && git config --global user.name "W3C CCG"
- name: Pull raw meeting log file
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
DATE: ${{ steps.pull_raw_file.outputs.date }}
DIR: ${{ steps.pull_raw_file.outputs.dir}}
GROUP: ${{ steps.pull_raw_file.outputs.group }}
- uses: stefanzweifel/git-auto-commit-action@v2.5.0
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Add minutes for telecon [ci skip]
branch: main
8 changes: 4 additions & 4 deletions .github/workflows/update_minutes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- id: file_changes
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
DIR: ${{ steps.detect_file.outputs.dir }}
GROUP: ${{ steps.detect_file.outputs.group }}

- uses: stefanzweifel/git-auto-commit-action@v2.5.0
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Add html minutes for telecon [ci skip]
branch: main
Expand All @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Send email
uses: dawidd6/action-send-mail@v1.3.0
uses: dawidd6/action-send-mail@v3

with:
server_address: mail.gandi.net
Expand Down

0 comments on commit 7854eb4

Please sign in to comment.