Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update GitHub Action Versions
  • Loading branch information
github-actions[bot] committed Apr 17, 2023
commit 30eb319f6c6da48501f70054e521e9c93509f16f
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand All @@ -29,7 +29,7 @@
"runs-on": "${{ matrix.os }}",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand All @@ -53,13 +53,13 @@
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
},
{
"uses": "jirutka/[email protected].1",
"uses": "jirutka/[email protected].3",
"with": {
"arch": "${{ matrix.alpinearch }}",
"branch": "edge",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected].0",
"uses": "actions/[email protected].2",
"with": {
"token": "${{ secrets.WORKFLOW_SECRET }}"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-dfbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runs-on": "macos-12",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vm-fbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"runs-on": "macos-12",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
},
{
"uses": "vmactions/freebsd-vm@v0.0.7",
"uses": "vmactions/freebsd-vm@v0.3.0",
"with": {
"copyback": false,
"mem": 2048,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-nbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runs-on": "macos-12",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-obsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runs-on": "macos-12",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-slowlartus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runs-on": "macos-12",
"steps": [
{
"uses": "actions/[email protected].0"
"uses": "actions/[email protected].2"
},
{
"run": "(git gc || :)"
Expand Down