aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 06:38:36 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-09-11 17:48:10 +0000
commit8caf747ab86acad60337cec0b1390b00785e6626 (patch)
tree45f9e3132ced68710114de832b29bd910a5c182f /.github/workflows/test.yml
parentMerge pull request #5987 from kmk3/profiles-fix-eol-comments (diff)
downloadfirejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.gz
firejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.zst
firejail-8caf747ab86acad60337cec0b1390b00785e6626.zip
build(deps): bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [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/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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 20a552a64..50c81ea57 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60 github.com:443 60 github.com:443
61 packages.microsoft.com:443 61 packages.microsoft.com:443
62 ppa.launchpadcontent.net:443 62 ppa.launchpadcontent.net:443
63 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 63 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
64 - name: update package information 64 - name: update package information
65 run: sudo apt-get update -qy 65 run: sudo apt-get update -qy
66 - name: install dependencies 66 - name: install dependencies
@@ -107,7 +107,7 @@ jobs:
107 github.com:443 107 github.com:443
108 packages.microsoft.com:443 108 packages.microsoft.com:443
109 ppa.launchpadcontent.net:443 109 ppa.launchpadcontent.net:443
110 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 110 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
111 - name: update package information 111 - name: update package information
112 run: sudo apt-get update -qy 112 run: sudo apt-get update -qy
113 - name: install dependencies 113 - name: install dependencies
@@ -145,7 +145,7 @@ jobs:
145 github.com:443 145 github.com:443
146 packages.microsoft.com:443 146 packages.microsoft.com:443
147 ppa.launchpadcontent.net:443 147 ppa.launchpadcontent.net:443
148 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 148 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
149 - name: update package information 149 - name: update package information
150 run: sudo apt-get update -qy 150 run: sudo apt-get update -qy
151 - name: install dependencies 151 - name: install dependencies
@@ -186,7 +186,7 @@ jobs:
186 ppa.launchpadcontent.net:443 186 ppa.launchpadcontent.net:443
187 www.debian.org:443 187 www.debian.org:443
188 www.debian.org:80 188 www.debian.org:80
189 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 189 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
190 - name: update package information 190 - name: update package information
191 run: sudo apt-get update -qy 191 run: sudo apt-get update -qy
192 - name: install dependencies 192 - name: install dependencies
@@ -230,7 +230,7 @@ jobs:
230 www.debian.org:443 230 www.debian.org:443
231 www.debian.org:80 231 www.debian.org:80
232 yahoo.com:1025 232 yahoo.com:1025
233 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 233 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
234 - name: update package information 234 - name: update package information
235 run: sudo apt-get update -qy 235 run: sudo apt-get update -qy
236 - name: install dependencies 236 - name: install dependencies