aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-23 06:07:55 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-10-23 16:46:42 +0000
commitc4b0d88fad87dd0c816346fdd6afb15a5c166a21 (patch)
tree49b5dabdec183e469b5215a0b82b2f962755d9b2 /.github/workflows/test.yml
parentprofiles: support more msmtp configuration paths (#6060) (diff)
downloadfirejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.gz
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.zst
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.zip
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f046960a3..a63abafcb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61 github.com:443 61 github.com:443
62 packages.microsoft.com:443 62 packages.microsoft.com:443
63 ppa.launchpadcontent.net:443 63 ppa.launchpadcontent.net:443
64 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 64 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65 - name: update package information 65 - name: update package information
66 run: sudo apt-get update -qy 66 run: sudo apt-get update -qy
67 - name: install dependencies 67 - name: install dependencies
@@ -108,7 +108,7 @@ jobs:
108 github.com:443 108 github.com:443
109 packages.microsoft.com:443 109 packages.microsoft.com:443
110 ppa.launchpadcontent.net:443 110 ppa.launchpadcontent.net:443
111 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 111 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
112 - name: update package information 112 - name: update package information
113 run: sudo apt-get update -qy 113 run: sudo apt-get update -qy
114 - name: install dependencies 114 - name: install dependencies
@@ -146,7 +146,7 @@ jobs:
146 github.com:443 146 github.com:443
147 packages.microsoft.com:443 147 packages.microsoft.com:443
148 ppa.launchpadcontent.net:443 148 ppa.launchpadcontent.net:443
149 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 149 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
150 - name: update package information 150 - name: update package information
151 run: sudo apt-get update -qy 151 run: sudo apt-get update -qy
152 - name: install dependencies 152 - name: install dependencies
@@ -187,7 +187,7 @@ jobs:
187 ppa.launchpadcontent.net:443 187 ppa.launchpadcontent.net:443
188 www.debian.org:443 188 www.debian.org:443
189 www.debian.org:80 189 www.debian.org:80
190 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 190 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
191 - name: update package information 191 - name: update package information
192 run: sudo apt-get update -qy 192 run: sudo apt-get update -qy
193 - name: install dependencies 193 - name: install dependencies
@@ -231,7 +231,7 @@ jobs:
231 www.debian.org:443 231 www.debian.org:443
232 www.debian.org:80 232 www.debian.org:80
233 yahoo.com:1025 233 yahoo.com:1025
234 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 234 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
235 - name: update package information 235 - name: update package information
236 run: sudo apt-get update -qy 236 run: sudo apt-get update -qy
237 - name: install dependencies 237 - name: install dependencies